Commit Graph

1785 Commits

Author SHA1 Message Date
Daniel Roy Greenfeld
f803f8f2ab FAQ entry on combining multiple deployment options 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
d31e86fc8a Now includes message for missing .env file. Fixed #819 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
c4ad073f0d Made Elastic Beanstalk support incompatible with Docker and Heroku 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
4b95bd9c5e A little cleanup of the EB docs 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
716717fe53 Fix markup 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
0eaf6a7b0c Fix FAQ 2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
cac685d909 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-29 01:43:48 -03:00
Fábio C. Barrionuevo da Luz
eecfefc007 Merge pull request #825 from pydanny/pyup-update-pytest-django-2.9.1-to-3.0.0
Update pytest-django to 3.0.0
2016-09-29 01:38:36 -03:00
Fábio C. Barrionuevo da Luz
cc78a9372e Merge pull request #823 from pydanny/pyup-update-django-model-utils-2.5.2-to-2.6
Update django-model-utils to 2.6
2016-09-29 01:38:16 -03:00
Fábio C. Barrionuevo da Luz
fa855c5ac0 Merge pull request #824 from pydanny/pyup-update-raven-5.27.0-to-5.27.1
Update raven to 5.27.1
2016-09-29 01:38:08 -03:00
pyup-bot
ab8af24cd9 Update pytest-django from 2.9.1 to 3.0.0 2016-09-28 21:32:54 -07:00
pyup-bot
cd2fbc8ff6 Update pytest-django from 2.9.1 to 3.0.0 2016-09-28 21:32:53 -07:00
pyup-bot
9cd029e675 Update raven from 5.27.0 to 5.27.1 2016-09-28 21:32:13 -07:00
pyup-bot
6bc4b40476 Update django-model-utils from 2.5.2 to 2.6 2016-09-28 21:32:04 -07:00
Fábio C. Barrionuevo da Luz
1c0c9ff510 fix CHANGELOG.md 2016-09-29 01:27:48 -03:00
Fábio C. Barrionuevo da Luz
06692c387a Update CHANGELOG.md 2016-09-29 01:25:15 -03:00
Fábio C. Barrionuevo da Luz
fbe9751937 fix CHANGELOG.md 2016-09-29 01:24:51 -03:00
Fábio C. Barrionuevo da Luz
5815865703 Merge pull request #793 from pydanny/wip-migrate-to-django-1.10
update to django 1.10
2016-09-29 01:20:03 -03:00
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