Skip to content

lffsantos/boilerplatedjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Simple boilerplate django!

Project bootstrap

1-

django-admin startproject theprojectname  --template=https://github.com/lffsantos/boilerplatedjango/archive/master.zip

2-

pip install -r requirements.txt

3- open file:

theprojectname/wsgi.py change line 14

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project_name.settings")  

to

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "theprojectname.settings")  

4- Open file:

theprojectname/settings.py change line 61

ROOT_URLCONF = 'theprojectname.urls'

to

ROOT_URLCONF = 'github_navigator.urls'

theprojectname/settings.py change line 80

WSGI_APPLICATION = 'theprojectname.wsgi.application'

to

WSGI_APPLICATION = 'github_navigator.wsgi.application'

About

simple boilerplate django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published