Nikita P. Shupeyko
1d21d80c72
Merge branch 'master' into gulpfile-js
2017-04-23 01:45:25 +03:00
Daniel Roy Greenfeld
6aced9ba73
Remove Python 2.7 support per #1129 ( #1130 )
...
* Remove Python 2.7 support per
* Remove Python 2.7 references
* Remove Python 2.7 references
* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Nikita P. Shupeyko
60adede367
Merge branch 'master' into gulpfile-js
2017-04-21 20:22:31 +03:00
Nikita P. Shupeyko
c4e646214a
Workaround flake8 "imported but unused" errors
2017-04-21 18:52:53 +03:00
Nikita P. Shupeyko
0123a94e06
Merge branch 'master' into gulpfile-js
2017-04-21 14:07:53 +03:00
Daniel Roy Greenfeld
b0fe04fc52
First pass at Bootstrap 4 Alpha 6, just the basic layout
2017-04-20 15:18:30 -07:00
Audrey Roy Greenfeld
5d78b32f2b
Put local Docker setting into Jinja2 if block
2017-04-17 10:54:01 -07:00
Daniel Roy Greenfeld
8b82dfae8a
Change order of modern django debug toolbar.
2017-04-17 10:51:58 -07:00
Daniel Roy Greenfeld
ba2301fc3c
Fix multiple imports on one line
2017-04-13 11:30:57 -07:00
Daniel Roy Greenfeld
a3b0feec12
Flake8 fix
2017-04-13 11:27:54 -07:00
Nikita P. Shupeyko
a8c109898e
Introduce static asset build infrastructure
2017-04-13 21:12:11 +03:00
Audrey Roy Greenfeld
6453fea417
Easier placement of apps within the second level directory
2017-04-13 10:48:44 -07:00
William Archinal
f3ea2570ab
Use Argon2 password hashing algorithm by default ( #1079 )
2017-03-16 19:19:42 -07:00
Burhan Khalid
04146d580e
version bumps
2017-03-03 09:11:54 +03:00
Reggie Riser
2006605e24
A few cleanups: 1) Fixed common.py references (now called base.py), 2) Made URLs consistent in pointing to dev Django docs as well as https, ( #1037 )
2017-02-21 11:55:51 -08:00
Fábio C. Barrionuevo da Luz
a0efe83901
fix issue #1039
2017-02-15 18:15:16 -03:00
Mesut YILMAZ
3cd57880e0
Removed redeclared env
2017-02-15 11:17:34 +03:00
Jimmy Gitonga
f4ef73efbf
ADDED: HTTPS is on by default ( #1025 )
...
ADDED: HTTPS is on by default. This will give a new user an
understanding of why Cookie Django is set up securely for deployment in
a production environment.
2017-02-13 12:27:09 -08:00
Daniel Roy Greenfeld
9a837171b6
Merge branch 'make-settings-consistent-w-req' of https://github.com/statwonk/cookiecutter-django into statwonk-make-settings-consistent-w-req
2017-02-13 10:48:10 -08:00
schacki
65611f14ea
Updated settings to only include lists and ' ( #930 )
...
* Updated settings to only include lists and '
Substituted " with ' in files
Migrated tuples to lists
* Added trailing slashes
- trailing slashes
- minor cleanups
2017-02-13 10:33:52 -08:00
Fábio C. Barrionuevo da Luz
83900ddfd3
fix typo
2017-02-03 14:12:52 -03:00
statwonk
62d86877e4
Missed a few references to the renamed settings file. This brings them inline.
2017-01-16 21:38:52 -06:00
statwonk
12a8875dce
Two Scoops 1.8 on p. 56 indicates base.txt is preferred for consistency
2017-01-16 21:18:07 -06:00
Fábio C. Barrionuevo da Luz
06603dda17
fix W291 trailing whitespace on common.py
2017-01-09 15:39:27 -03:00
Fábio C. Barrionuevo da Luz
2af079f7aa
load .env file if DJANGO_READ_DOT_ENV_FILE is True
2017-01-09 15:35:13 -03:00
Tim Freund
59948514ab
Update doc links from getsentry.com to sentry.io ( #917 )
...
Sentry changed their name and URLs:
https://blog.sentry.io/2016/08/30/sentry-io.html Links in the
cookiecutter-django project are updated to reflect the new locations.
2016-11-30 14:32:38 -08:00
Fábio C. Barrionuevo da Luz
a5c179594d
revert last commit
2016-11-28 20:20:56 -03:00
Fábio C. Barrionuevo da Luz
0919cc438b
Update common.py
2016-11-28 20:12:01 -03:00
Jérôme Hugon
4f3e18d0cc
read the env, so the env works ( #863 )
...
Spend a whole afternoon tryin to make it works after reading your book... that was the solution
2016-11-02 10:03:52 -07:00
Fabio C. Barrioneuvo da Luz
bbcd408193
add django-debug-toolbar urlpatterns
2016-09-29 13:09:49 -03:00
Fabio C. Barrioneuvo da Luz
b4e6e08100
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:43:48 -03:00
Fabio C. Barrioneuvo da Luz
f040921d9a
add default AUTH_PASSWORD_VALIDATORS
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
f2aab6edc3
rename MIDDLEWARE_CLASSES to MIDDLEWARE
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
a091dcbae8
Fix elastic beanstalk checks
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
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
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
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
Alexandre Provencio
b2207f5768
Pep8 imports ( #767 )
2016-09-10 13:32:14 +02:00
Jannis Gebauer
3ad0f57ef5
Merge pull request #765 from aleprovencio/fix-compressor
...
Fix compressor section on common.py
2016-09-02 09:49:32 +02:00
Jannis Gebauer
0f527271a3
Merge pull request #766 from aleprovencio/separator-line
...
Put separator line following the current pattern
2016-09-02 09:49:16 +02:00
Jannis Gebauer
bf69bfe40e
Merge pull request #769 from aleprovencio/whitespace
...
Fix whitespace around operator
2016-09-02 09:48:41 +02:00
Alexandre Provencio
31c63f0d3f
Fix compressor section on common.py
2016-08-31 14:44:24 -03:00
Alexandre Provencio
86c1cd5f26
Fix whitespace around operator
2016-08-31 12:59:36 -03:00
Alexandre Provencio
b33b104251
Put separator line following the current pattern
2016-08-31 12:56:25 -03:00
Alexandre Provencio
3ad2d5c61e
Fix docstrings
2016-08-31 12:48:25 -03:00
yunti
6224a15884
Update crispy forms template pack ( #718 )
...
Updated to be inline with bootstrap 4 currently used in the project
2016-08-16 12:22:16 -07:00
Daniel Roy Greenfeld
b1e7f55b6b
Update common.py
2016-07-14 12:06:29 -07:00