-
- Downloads
There was an error fetching the commit references. Please try again later.
Versão inicial para Django 1.11 (1.11rc1)
Showing
- .editorconfig 1 addition, 1 deletion.editorconfig
- manage.py 15 additions, 3 deletionsmanage.py
- project_name/settings.py 10 additions, 18 deletionsproject_name/settings.py
- project_name/urls.py 11 additions, 1 deletionproject_name/urls.py
- project_name/wsgi.py 0 additions, 9 deletionsproject_name/wsgi.py
- requirements.txt 6 additions, 6 deletionsrequirements.txt
- setup.cfg 2 additions, 1 deletionsetup.cfg
Django==1.9.10 | ||
dj-database-url==0.4.1 | ||
gunicorn==19.6.0 | ||
whitenoise==3.2 | ||
#mysqlclient==1.3.7 | ||
#psycopg2==2.6.2 | ||
dj-database-url==0.4.2 | ||
django==1.11rc1 | ||
gunicorn==19.7.1 | ||
whitenoise==3.3.0 | ||
#mysqlclient==1.3.10 | ||
#psycopg2==2.7.1 |
Please register or sign in to comment