Fabio C. Barrioneuvo da Luz
c8ddfbda5b
update README and CHANGELOG
2016-09-29 01:08:24 -03:00
Fabio C. Barrioneuvo da Luz
fc770f1506
update jquery to 3.1.1
2016-09-29 01:07:40 -03:00
Fabio C. Barrioneuvo da Luz
c09a84b1be
update django-redis and whitenoise version
2016-09-29 01:02:58 -03:00
Fabio C. Barrioneuvo da Luz
0ea6153b00
removed django-autoslug until it's ready for 1.10
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
9008ba5425
fix documentation about contrib/sites migrations
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
7740744885
sync migrations with django1.10
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
34b84f2f2c
change 'admin' url, to stay the same as generated by django 1.10
...
https://github.com/django/django/blob/1.10.1/django/conf/project_template/project_name/urls.py-tpl#L20
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
791b2f5cc2
update frontend dependencies
2016-09-29 01:01:01 -03:00
Steve Steiner
d556f3cc5f
Make test_docker.sh tests pass by passing new password auth rules
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
5a64696af1
update django to 1.10.1
2016-09-29 01:00:55 -03:00
Fabio C. Barrioneuvo da Luz
32169f0cbf
ignore F401 error on manage.py
2016-09-29 00:58:26 -03:00
Fabio C. Barrioneuvo da Luz
28f1816ed4
use manage.py from django 1.10
2016-09-29 00:58:26 -03:00
Fabio C. Barrioneuvo da Luz
530487b59a
add default AUTH_PASSWORD_VALIDATORS
2016-09-29 00:58:26 -03:00
Fabio C. Barrioneuvo da Luz
946b84907c
rename MIDDLEWARE_CLASSES to MIDDLEWARE
2016-09-29 00:58:26 -03:00
Fabio C. Barrioneuvo da Luz
5a870dfd32
Bump for 1.9.9-05
2016-09-29 00:14:11 -03:00
Daniel Roy Greenfeld
404de4254b
Fix elastic beanstalk checks
2016-09-28 16:42:02 -07:00
Keith Webber
8cfd41ac27
update readme to point to cookiecutter>=1.4
2016-09-26 18:22:19 -04:00
Daniel Roy Greenfeld
d8957877df
FAQ entry on combining multiple deployment options
2016-09-26 10:23:45 -07:00
Daniel Roy Greenfeld
f5814c5337
Now includes message for missing .env file. Fixed #819
2016-09-26 09:28:35 -07:00
Daniel Roy Greenfeld
010a1b0a94
Made Elastic Beanstalk support incompatible with Docker and Heroku
2016-09-26 09:19:15 -07:00
Daniel Roy Greenfeld
d084d98d17
A little cleanup of the EB docs
2016-09-23 17:14:17 -07:00
Daniel Roy Greenfeld
31d90afb33
Fix markup
2016-09-22 21:45:16 -07:00
Daniel Roy Greenfeld
aa13371395
Fix FAQ
2016-09-22 18:32:56 -07:00
Daniel Roy Greenfeld
52c0e071da
Add Experimental AWS Elastic Beanstalk support ( #817 )
...
Includes:
* First pass at Elastic Beanstalk integration
* Gets code and elasticache working
* Very rudimentary documentation
* Includes post hook cleanup
2016-09-22 18:21:00 -07:00
Delio Castillo
3d25befb3f
Updates to anymail 0.5 and adds new config setting for MAILGUN_SENDER_DOMAIN
2016-09-22 11:42:16 -07:00
Fabio C. Barrioneuvo da Luz
a950eb82f6
Bump for 1.9.9-04
2016-09-21 09:09:58 -03:00
Delio Castillo
a4884bb5d7
Update nginx.conf ( #808 )
...
* Update nginx.conf
* Update .editorconfig
* Update .editorconfig
* Update nginx.conf
* Update .editorconfig
* Update .editorconfig
2016-09-20 23:22:47 +02:00
pyup.io bot
bb913b7507
Update raven from 5.26.0 to 5.27.0 ( #799 )
2016-09-18 23:11:25 +02:00
Audrey Roy Greenfeld
a46f3dd56b
Change template debugging back to False
...
Since we're no longer using django_coverage_plugin.
2016-09-16 11:49:13 -07:00
Audrey Roy Greenfeld
da42b3854d
Turn on template debugging in test settings
...
This resolves the following error:
``` bash
coverage run ./manage.py test --settings=config.settings.test
Coverage.py warning: Disabling plugin 'django_coverage_plugin.DjangoTemplatePlugin' due to an exception:
Traceback (most recent call last):
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/coverage/control.py", line 517, in _should_trace_internal
file_tracer = plugin.file_tracer(canonical)
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/django_coverage_plugin/plugin.py", line 154, in file_tracer
check_debug()
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/django_coverage_plugin/plugin.py", line 69, in check_debug
"Template debugging must be enabled in settings."
django_coverage_plugin.plugin.DjangoTemplatePluginException: Template debugging must be enabled in settings.
```
2016-09-16 11:05:57 -07:00
Ray Ch
fc8e318193
NPM Logs ( #796 )
2016-09-16 15:28:22 +02:00
Daniel Roy Greenfeld
df22044745
Ignore output generated by django-compressor
2016-09-15 16:01:22 -07:00
Audrey Roy Greenfeld
9013f072a8
Test users app URL patterns
...
For the sake of completeness, and since regular expressions can be error-prone.
2016-09-14 15:51:18 -07:00
Audrey Roy Greenfeld
bf6d6b741c
Remove redundant comments
...
Thought these comments seemed unnecessary.
2016-09-14 15:32:58 -07:00
Audrey Roy Greenfeld
84ee2fc5ec
Convey button role to screen readers
...
See http://v4-alpha.getbootstrap.com/components/buttons/#button-tags for more on `role="button"` attribute
2016-09-13 13:14:45 -07:00
Audrey Roy Greenfeld
833e59f89c
Make navbar titlecasing consistent
2016-09-13 13:10:36 -07:00
Andreas
9f2fa4a0a9
Update to use Docker for Mac/Windows ( #786 )
...
Removed sections about using Docker Toolbox with virtualbox and added links to Docker for Mac/Windows.
Docker for Mac/Windows uses native virtual machines instead of virtualbox and introduces many improvements.
See: https://blog.docker.com/2016/03/docker-for-mac-windows-beta/
Resolves : #706
2016-09-12 15:53:21 +02:00
Bartłomiej Kurzeja
d53afa6c96
Remove misleading comment ( #787 )
...
ImproperlyConfigured exception won't raise because default value is passed.
2016-09-12 15:52:49 +02:00
Jannis Gebauer
7d7b044432
Remove webpack and merge ( #778 ) ( #785 )
...
* Remove webpack and merge
* Put postgresql_version line back in cookiecutter.json
* Put goldhand back in contributors file, added ssteinerX
* Add *.egginfo to .gitignore
* Fix dangling endif in README.rst
2016-09-12 00:22:21 +02:00
Jannis Gebauer
6a9ec57bf5
removed django-coverage-plugin until it's ready for 1.10
2016-09-12 00:01:19 +02:00
pyup.io bot
a675026548
Pin django-coverage-plugin to latest version 1.3.1 ( #783 )
2016-09-11 23:58:19 +02:00
Jannis Gebauer
0bb767ecf5
Create requirements_to_watch.txt
2016-09-11 23:57:47 +02:00
Audrey Roy Greenfeld
04bd07bbef
Make user form template indentation consistent
2016-09-10 09:59:52 -07:00
Jannis Gebauer
9b0f2526c2
fix the formatting
2016-09-10 13:37:09 +02:00
Jannis Gebauer
b299a99f38
Update CHANGELOG.md
2016-09-10 13:36:42 +02:00
Daniel Hepper
12aed4724e
Use app registry instead of INSTALLED_APPS to discover celery tasks ( #754 )
...
* Use app registry instead of INSTALLED_APPS to discover celery tasks. Fixes #717
* Added Daniel Hepper to contributors list
2016-09-10 13:33:25 +02:00
Alexandre Provencio
b2207f5768
Pep8 imports ( #767 )
2016-09-10 13:32:14 +02:00
Daniel Roy Greenfeld
28542a91a4
Removed floppyforms (see #703 )
...
While this is an awesome package...
* Nothing in Cookiecutter Django uses it
* Doesn't work with Django 1.10 yet
* Developers can add it themselves
2016-09-09 20:13:33 -07:00
Audrey Roy Greenfeld
2b2caaf6ce
Template indentation cleanup
2016-09-09 16:39:49 -07:00
Audrey Roy Greenfeld
8bbf83d3d7
Combine load tags, fix indentation
2016-09-09 16:29:18 -07:00