mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Bump Django to v1.9
This commit is contained in:
parent
677927d786
commit
c2e79902bf
|
@ -20,7 +20,7 @@ A Cookiecutter_ template for Django.
|
|||
Features
|
||||
---------
|
||||
|
||||
* For Django 1.8
|
||||
* For Django 1.9
|
||||
* Renders Django projects with 100% test coverage
|
||||
* Twitter Bootstrap_ v4.0.0 - alpha_
|
||||
* End-to-end via Hitch_
|
||||
|
|
|
@ -33,7 +33,7 @@ You can now run the usual Django ``migrate`` and ``runserver`` command::
|
|||
|
||||
django-allauth sends an email to verify users (and superusers) after signup and login (if they are still not verified). To send email you need to `configure your email backend`_
|
||||
|
||||
.. _configure your email backend: http://docs.djangoproject.com/en/1.8/topics/email/#smtp-backend
|
||||
.. _configure your email backend: http://docs.djangoproject.com/en/1.9/topics/email/#smtp-backend
|
||||
|
||||
In development you can (optionally) use MailHog_ for email testing. MailHog is built with Go so there are no dependencies. To use MailHog::
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ setup(
|
|||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Intended Audience :: Developers',
|
||||
'Natural Language :: English',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Bleeding edge Django
|
||||
django==1.8.7 # rq.filter: >=1.8,<1.9
|
||||
django==1.9.0
|
||||
|
||||
# Configuration
|
||||
django-environ==0.4.0
|
||||
|
@ -12,7 +12,7 @@ whitenoise==2.0.6
|
|||
# Forms
|
||||
django-braces==1.8.1
|
||||
django-crispy-forms==1.5.2
|
||||
django-floppyforms==1.5.2
|
||||
django-floppyforms==1.6.0
|
||||
|
||||
# Models
|
||||
django-model-utils==2.3.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user