Commit Graph

1640 Commits

Author SHA1 Message Date
TidyData
c5db556822 accidentally deleted my .env file and wasted 1.5 hours, hopefully this saves others from the same mistake.
My .env file was embedded in my repo and I cleaned out my repo thinking every file in it was version control, only to find a key file missing.
Then recreating I left the pything string "'" at the end and didn't catch it until now.

Signed-off-by: TidyData <mckweb@outlook.com>
2016-12-17 15:27:43 -08: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
Daniel Roy Greenfeld
984e23270d Update CHANGELOG.md 2016-09-08 07:53:51 -07:00
Daniel Roy Greenfeld
91be8ed2c1 Update CHANGELOG.md 2016-09-08 07:53:34 -07:00
pyup.io bot
909b85291e Update django-extensions from 1.7.3 to 1.7.4 (#777) 2016-09-08 11:19:14 +02:00
Remco Wendt
46cee495ed Revert LICENSE to intended license for the project (#776) 2016-09-06 15:55:16 +02:00
Peter Bittner
29049719d1 Correct header markup, reduce paragraph spacing (#775)
* Correct header markup, reduce paragraph spacing

* Add @bittner to contributors
2016-09-05 01:13:16 +02:00
Stanislav Shabalin
6f6f37cba8 replace unicode-slugify with awesome-slugify (#761) 2016-09-04 10:52:52 -07: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
Jannis Gebauer
37ef48558a Merge pull request #770 from pydanny/pyup-update-raven-5.25.0-to-5.26.0
Update raven to 5.26.0
2016-09-02 09:48:18 +02:00
Jannis Gebauer
22152a87c2 Merge pull request #771 from pydanny/pyup-update-pyflakes-1.2.3-to-1.3.0
Update pyflakes to 1.3.0
2016-09-02 09:48:06 +02:00
Jannis Gebauer
19bbeab5c9 Merge pull request #773 from pydanny/pyup-update-pytest-3.0.1-to-3.0.2
Update pytest to 3.0.2
2016-09-02 09:47:55 +02:00
Jannis Gebauer
30820b95f3 Merge pull request #763 from pydanny/pyup-update-werkzeug-0.11.10-to-0.11.11
Update werkzeug to 0.11.11
2016-09-02 09:47:34 +02:00
pyup-bot
e4d0b922ab Update pytest from 3.0.1 to 3.0.2 2016-09-01 17:20:06 -07:00
pyup-bot
e5ff8c1379 Update pyflakes from 1.2.3 to 1.3.0 2016-09-01 13:05:03 -07:00
pyup-bot
b3c27b9b30 Update raven from 5.25.0 to 5.26.0 2016-08-31 14:34:56 -07:00
Alexandre Provencio
31c63f0d3f Fix compressor section on common.py 2016-08-31 14:44:24 -03:00
Fábio C. Barrionuevo da Luz
3a9bde715e Merge pull request #764 from aleprovencio/fix-docstrings
Fix docstrings
2016-08-31 13:12:52 -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
pyup-bot
cf092b6269 Update werkzeug from 0.11.10 to 0.11.11 2016-08-31 06:19:54 -07:00
Jannis Gebauer
043ff3d8dc Merge pull request #636 from mirskiy/master
Changed nginx confs for dockers new networking
2016-08-31 11:39:16 +02:00
Jannis Gebauer
8472de2b44 Merge pull request #753 from pydanny/pyup-update-pytest-2.9.2-to-3.0.1
Update pytest to 3.0.1
2016-08-29 09:57:23 +02:00
Audrey Roy Greenfeld
9b06cd12fe Merge pull request #760 from pydanny/pyup-update-django-extensions-1.7.2-to-1.7.3
Update django-extensions to 1.7.3
2016-08-26 15:27:59 -07:00
Daniel Roy Greenfeld
bac6a6541e Bump for 1.9.9-03 2016-08-26 13:37:53 -07:00
pyup-bot
56f2048b32 Update django-extensions from 1.7.2 to 1.7.3 2016-08-26 12:58:51 -07:00