Skip to content

This is the Django settings module that i would like to find everytime i open a django project

Notifications You must be signed in to change notification settings

luiscastillocr/django_settings_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_settings_module

This is the Django settings module that i would like to find everytime i open a django project

Now for each environment in your ~/.bashrc you can have something like:

Development

export ENV=dev export DJANGO_SETTINGS_MODULE=main.settings

Staging

export ENV=staging export DJANGO_SETTINGS_MODULE=main.settings

Production

export ENV=production export DJANGO_SETTINGS_MODULE=main.settings

About

This is the Django settings module that i would like to find everytime i open a django project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages