-
- Downloads
There was an error fetching the commit references. Please try again later.
Versão inicial do Django 1.9
parents
No related branches found
No related tags found
Showing
- .editorconfig 12 additions, 0 deletions.editorconfig
- .env.template 5 additions, 0 deletions.env.template
- .gitattributes 4 additions, 0 deletions.gitattributes
- .gitignore 13 additions, 0 deletions.gitignore
- Procfile 1 addition, 0 deletionsProcfile
- manage.py 10 additions, 0 deletionsmanage.py
- project_name/__init__.py 0 additions, 0 deletionsproject_name/__init__.py
- project_name/settings.py 142 additions, 0 deletionsproject_name/settings.py
- project_name/static/humans.txt 4 additions, 0 deletionsproject_name/static/humans.txt
- project_name/urls.py 7 additions, 0 deletionsproject_name/urls.py
- project_name/wsgi.py 19 additions, 0 deletionsproject_name/wsgi.py
- requirements-dev.txt 4 additions, 0 deletionsrequirements-dev.txt
- requirements.txt 6 additions, 0 deletionsrequirements.txt
- setup.cfg 16 additions, 0 deletionssetup.cfg
.editorconfig
0 → 100644
.env.template
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
Procfile
0 → 100644
manage.py
0 → 100755
project_name/__init__.py
0 → 100644
project_name/settings.py
0 → 100644
project_name/static/humans.txt
0 → 100644
project_name/urls.py
0 → 100644
project_name/wsgi.py
0 → 100644
requirements-dev.txt
0 → 100644
requirements.txt
0 → 100644
Django==1.9.2 | ||
dj-database-url==0.4.0 | ||
gunicorn==19.4.5 | ||
whitenoise==2.0.6 | ||
#mysqlclient==1.3.7 | ||
#psycopg2==2.6.1 |
setup.cfg
0 → 100644
Please register or sign in to comment