Author Picture

Kim Majali


Apps, Tips, Packages

Author Avatar wrote on 26/05/2022

Debugging

  • Make sure to have DEBUG = True in settings.py

  • Read more

Django Multilingual interface

Author Avatar wrote on 26/05/2022

1.Change 'Setting.py' of our project

#default langueage of the site
LANGUAGE_CODE = 'en'
Read more

Admin Django Resources

Author Avatar wrote on 26/05/2022

The Django Admin ultimate guide

You can read about it here https://djangoadminultimateguide.idevotion.fr/

Read more

Django Deployment to PythonAnyWhere

Author Avatar wrote on 26/05/2022

Create account:

Create a free account on pythonanywhere.com. Login to your account.

Read more

Topics: ResourcesExtrasAdmin

CRUDgen Django CRUD generator