1.Required Applications
-Python 3.xx
-PyCharm
2.Installing Django -python pip install Django
3.Creating Django Project -Django-admin startproject [your project name]
4.Running Server -python manage.py runserver
5.Adding Application to Project -python manage.py startapp [your apps names]
6.Setting Application
7.Running Application
user --> admin password --> admin
https://django-mptt.readthedocs.io/en/latest/tutorial.html
search_autocomplete https://www.lalicode.com/post/5/
Tutioal 18 e-Commerce -> Shopcart
- Creating order application
- Creating Shopcart model/ Admin
- Adding Product to Shopcart
- Listing Shopcart Items
- Deleteing Product from Shopcart
GNU gettext MultiLanguage Configurations
django-admin.py makemessages -l fr -i venv django-admin.py compilemessages
django-admin.py makemessages -l fr -i venv django-admin.py compilemessages
https://simpleit.rocks/python/django/i18n-django-workflow-practical/
https://moonbooks.org/Articles/How-to-translate-a-website-based-on-Django-/Edit/