From a41d381322ae2b19f4593002b02d79c579d21364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 4 Apr 2023 19:19:15 +0800 Subject: [PATCH] Added a warning to the last Django release. --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.rst b/README.rst index f85c4a7..600c32e 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,23 @@ The Mia! Accounting Django Application ====================================== +Warning +======= + +This is the last release of Django. It will be replaced by a new +Flask_ release, starting from scratch. Do not upgrade to the next +release, as it will not work. + +This was my first large Python project, and at that time, I had zero +experience with Django. I ended up in a mess with Django MVT. The +code is unnecessarily complicated, and I do not actually know how the +views work anymore. + +If you are new to the Mia! Accounting project, please skip this and +try the new release. You may contact me if you have problems with +the existing installation, but I may not be able to help you. + + Description =========== @@ -27,6 +44,7 @@ You may try it in live demonstration at: - Username: ``admin`` - Password: ``12345`` +.. _Flask: https://flask.palletsprojects.com .. _Django: https://www.djangoproject.com .. _mod_perl: https://perl.apache.org .. _Mojolicious: https://mojolicious.org