[Django]-DJANGO – Is it possible to pass arguments to settings through manage.py?

3👍

I normally have project setting as folder and then have base, production and development files which reflect setting as per envrioment and then I runserver using like python manage.py runserver --settings=settings.development

Leave a comment