Commit Graph

565 Commits

Author SHA1 Message Date
Audrey Roy Greenfeld
5079db3a4a Merge pull request #381 from ad-m/patch-2
Add factories for model users.User
2015-11-14 20:05:10 -08:00
Adam Dobrawy
c86d5c928c Fix typo & import in UserFactory 2015-11-14 14:15:00 +01:00
Barclay StudyPC
1ae2d85dd6 Load url tags removed - deprecated in django 1.9 2015-11-12 15:07:22 +00:00
yunti
219afa9153 Update base.txt 2015-11-12 12:43:56 +00:00
Audrey Roy Greenfeld
d1de33fb3e Use django_coverage_plugin to check template test coverage. 2015-11-11 21:07:16 -08:00
Adam Dobrawy
794c9f1ce7 Fix flake erros in UserFactory 2015-11-12 05:54:38 +01:00
Adam Dobrawy
88c6a1775b Added default password to UserFactory 2015-11-12 05:51:15 +01:00
Daniel Roy Greenfeld
a1ec736a9f Merge pull request #382 from crdoconnor/master
Hitch : Updates to the default end to end test framework template
2015-11-09 07:23:07 -08:00
Daniel Roy Greenfeld
c49c942ba7 Merge pull request #394 from show0k/patch-1
Fix python version issue in .travis.yml
2015-11-09 07:19:28 -08:00
Garry Polley
d92d6e6fec Update django-extensions to current release.
Fixes #400
2015-11-08 14:58:07 -06:00
Jay
1ce169d5de added NEW_RELIC_LICENSE_KEY to environment variables 2015-11-07 20:20:19 +01:00
Jay
6699e6d125 added NEW_RELIC_APP_NAME so that it appears on the dashboard 2015-11-07 20:18:11 +01:00
Jannis Gebauer
ba00160aab Merge pull request #362 from amjith/master
Add newrelic for monitoring.
2015-11-07 20:10:00 +01:00
Jay
205ac33abc 'dsn'.upper() 2015-11-07 19:05:56 +01:00
Jay
87c5360b18 added DJANGO_SENTRY_DSN 2015-11-07 19:04:19 +01:00
Jannis Gebauer
0be1b8ebbe Merge pull request #397 from ChrisPappalardo/master
changed ADMIN_URL to DJANGO_ADMIN_URL in env.example
2015-11-07 18:08:31 +01:00
Daniel Roy Greenfeld
fe9be62cf5 Added *tests* to , because including it is cheating 2015-11-06 16:21:16 -08:00
Chris Pappalardo
85e0471911 changed ADMIN_URL to DJANGO_ADMIN_URL in env.example; the former is not an expected env variable 2015-11-06 10:23:44 -08:00
Audrey Roy Greenfeld
930dee5ddb Merge pull request #391 from mcho421/master
Fix gevent requirement for Python 3
2015-11-05 19:57:29 -08:00
Fabio C. Barrioneuvo da Luz
8c05e0140b update django-extensions to 1.5.8 2015-11-05 10:02:05 -03:00
Fabio C. Barrionuevo da Luz
dbe5bcc690 update requirements 2015-11-04 23:24:49 -03:00
Théo Segonds
7f3fad80ce Update .travis.yml
fix python version issue
2015-11-03 16:23:00 +01:00
Colm O'Connor
acdec670f0 Resolved conflict from changed base.html not having HTML IDs 2015-11-02 15:23:49 +08:00
mcho421
8c2a4cc317 Fix gevent requirement for Python 3 2015-10-31 12:34:37 +11:00
Audrey Roy Greenfeld
1adb10c300 Merge pull request #378 from MathijsHoogland/patch-3
Added sudo: true to the travis file
2015-10-26 23:44:59 -05:00
Daniel Roy Greenfeld
084fb2529e Fixed flake8 issue 2015-10-25 17:37:34 -07:00
Audrey Roy Greenfeld
8307e43d15 Move LOGGING setting to production from common, since it's not useful locally. 2015-10-25 17:30:36 -05:00
Audrey Roy Greenfeld
d04a59fbe8 Update nav in base template to latest Bootstrap 4 version. 2015-10-24 20:31:36 -05:00
Jannis Gebauer
8fe03fe553 no need to chown the file 2015-10-24 19:27:04 +02:00
Jannis Gebauer
fc54af7b15 use REDIS_URL instead of DJANGO_CACHE_URL, fixes #379 2015-10-24 19:25:46 +02:00
Jannis Gebauer
fe497c6dd0 move development postgres data volume to /data/dev to avoid conflicts with production volume 2015-10-24 19:23:43 +02:00
Jannis Gebauer
571530dd09 removed unused commands from development dockerfile 2015-10-24 19:22:08 +02:00
Jannis Gebauer
dc67886f64 Merge pull request #385 from pydanny/change-add-to-copy
Use COPY instead of ADD in Dockerfiles
2015-10-24 19:15:53 +02:00
Audrey Roy Greenfeld
dcaa3e91c2 Merge branch 'master' of github.com:pydanny/cookiecutter-django 2015-10-22 12:37:35 -07:00
Audrey Roy Greenfeld
f9f4876e11 Remove unnecessary gitkeep. Already another file in that dir. 2015-10-22 12:37:14 -07:00
Audrey Roy Greenfeld
3d6169c2b9 Use COPY instead of ADD as per https://docs.docker.com/articles/dockerfile_best-practices/#add-or-copy 2015-10-22 12:35:55 -07:00
Daniel Roy Greenfeld
2b550a75d5 removed isort link 2015-10-21 13:19:08 -07:00
Saurabh Kumar
676739332a Update requirement, coverage, factory-boy 2015-10-22 00:25:01 +05:30
Saurabh Kumar
f01cddeae6 fix requirement, update django-autoslug to 1.9.3
Thanks @cdvv7788 / @aniketmaithani
2015-10-22 00:19:24 +05:30
Colm O'Connor
cc98785734 Hitch : Updates to the default framework template - to accomodate new features, rationalized features and bug fixes. 2015-10-20 17:53:03 +08:00
Audrey Roy Greenfeld
c98934d7d5 When developing on Windows, only install psycopg2 in test/prod. 2015-10-19 16:02:42 -07:00
Adam Dobrawy
e1d76ea25e Add factories for users 2015-10-18 13:58:41 +02:00
Audrey Roy Greenfeld
a7c2cf8f56 Set example ALLOWED_HOSTS to be domain and its subdomains. 2015-10-15 14:40:12 -07:00
Daniel Roy Greenfeld
08ab710ea4 Cryptographically secured env.example secret key 2015-10-15 09:29:43 -07:00
MathijsHoogland
ccc0262c5e Added sudo: true to the travis file
Sudo isn't true for default for some people in travis.
2015-10-14 16:41:28 +02:00
MathijsHoogland
5a8f1ed4b1 Removed unnecessary space 2015-10-14 14:22:22 +02:00
Saurabh Kumar
4f7e5e5c97 Update requirements to latest stable
- django-autoslug==1.9.2
- django-debug-toolbar==1.4
- gevent==1.0.2
2015-10-13 14:22:36 +05:30
Anna Callahan
daedd6c4c3 Fix for raven not being loaded on development
related to issue #302
2015-10-11 14:10:39 -04:00
Amjith Ramanujam
4acd6ad098 Remove blank lines to fix flake8 compliance. 2015-10-08 05:38:05 -07:00
Audrey Roy Greenfeld
1027befea1 Merge pull request #361 from pydanny/multiple-dockerfiles
Multiple Dockerfiles. Implementation of #360.
2015-10-06 10:46:18 -07:00