Commit Graph

692 Commits

Author SHA1 Message Date
Jannis Gebauer
1d6edb6f2b resolved merge conflict 2016-02-18 21:44:08 +01:00
Julian Andres Cantillo
6ef60301d1 Added NEW_RELIC_APP_NAME env var for app.json
When using the one-click deployment to Heroku the building process fails if the app uses NewRelic.
2016-02-18 15:21:47 -05:00
Eraldo Energy
c7627f4c54 Added account registration switch to env example 2016-02-18 00:46:45 +01:00
Eraldo Energy
96a4ae33b5 Environment aware registration switch setting
The status of the registration (open or closed) is now read from the project environment instead of hardcoded in the common settings file.
2016-02-16 18:53:37 +01:00
Eraldo Energy
643b0aa2f3 Updated the path to the user adapters.
(see previous commit)
2016-02-16 18:05:14 +01:00
Eraldo Energy
1c82d59381 Renamed the file adapter.py to adapters.py
The rename took place to be consistent with the default django style ('view*s*.py', 'manager*s*.py', etc).
2016-02-16 18:02:29 +01:00
blueness
25b0544c2f fix is_open_for_signup missing param
add a missing param to SocialAccountAdapter.is_open_for_signup
2016-02-16 09:23:57 +08:00
Colm O'Connor
47c3fa749b Make hitch tests pause on success in TDD mode. 2016-02-15 22:54:02 +00:00
Colm O'Connor
4490d08659 Remove click: djHideToolBarButton step and put it in load_website. 2016-02-15 22:46:07 +00:00
Colm O'Connor
a5e127b9a1 Shrink window size when running selenium tests to something smaller and easier to view. 2016-02-15 22:45:43 +00:00
Colm O'Connor
c917ab5057 Upgraded hitchreqs.txt (decorator version specified was taken down off pypi) 2016-02-15 22:40:30 +00:00
yunti
d6962a890d Fixed typo on 403 exception 2016-02-09 18:36:56 +00:00
Daniel Roy Greenfeld
e0a1bf8f8c Fixes #184, allows for license choices 2016-02-07 20:56:28 -08:00
Fabio C. Barrioneuvo da Luz
b5f82d41f2 update requirements and CHANGELOG 2016-02-07 02:44:19 -03:00
Fábio C. Barrionuevo da Luz
2cdf8bdb70 Merge pull request #480 from yunti/patch-2
use LoginRequiredMixin from Django 1.9
2016-02-07 01:49:29 -03:00
Colm O'Connor
f44b9fad41 Fix for issue #389 (and related issues). For when different distributions have different package names (e.g. libtiff5-dev for ubuntu wily and libtiff4-dev for ubuntu trusty). Ensures that the correct one is installed for the distribution the user is on. 2016-02-06 16:29:10 +00:00
yunti
9f08e59d16 Changed LoginRequiredMixin import
Mixin now part of djanog core from 1.9
2016-02-04 18:41:03 +00:00
Fabio C. Barrioneuvo da Luz
7779c726a0 update django, django-floppyforms, hitchpython and selenium version 2016-02-01 18:10:33 -03:00
Fabio C. Barrioneuvo da Luz
5c9b01ae87 update flake8 version 2016-01-30 17:32:01 -03:00
Fabio C. Barrioneuvo da Luz
8b82f2a804 update version of dependencies 2016-01-29 02:42:45 -03:00
Jay
9a2f72773a fixed new relic app name
The app name wasn't displayed correctly on the new relic dashboard.

Although `NEW_RELIC_APP_NAME` was set in `production.py`, the variable was not loaded *before* the newrelic agent was called.

Since the new relic agent is loaded at a very low level, NEW_RELIC_APP_NAME has to be set before django settings are imported.
2016-01-26 17:04:59 +01:00
Jannis Gebauer
0705fd4a26 Merge pull request #460 from bogdal/dockerignore
Add dockerignore file
2016-01-18 12:46:48 +01:00
Daniel Roy Greenfeld
b66ec6594e Fix test breakers 2016-01-16 11:00:56 -08:00
Daniel Roy Greenfeld
f78069f523 Fixes #345 explain need for django.contrib.sites 2016-01-16 10:43:01 -08:00
Audrey Roy Greenfeld
aa157bba18 Require wheel 0.26.0 on Python 3 to get around certain common pip install errors. 2016-01-13 10:41:02 -08:00
Burhan Khalid
ee7f889a9b upgrade django-extensions for a bugfix that breaks django 1.9 compatibility 2016-01-09 20:22:19 +03:00
Burhan Khalid
bbbbb25253 upgrade pillow 2016-01-09 20:10:11 +03:00
Burhan Khalid
d9bbb613c5 upgrade django to 1.9.1 2016-01-09 20:05:23 +03:00
Burhan Khalid
2bbc0672e1 upgrading crispy-forms to 1.6, adding support for bootstrap 4 and compatibility updates for django 1.9 2016-01-09 19:55:59 +03:00
Burhan Khalid
82224ee612 upgrading django-model-utils to 2.4, which adds support for django 1.9 2016-01-09 19:53:21 +03:00
Burhan Khalid
7228833fe9 Merge pull request #462 from burhan/win-docker
initial fixes for docker issue on windows 10
2016-01-08 13:29:24 +03:00
Jay
f8a610502a fixed redis url on docker 2016-01-08 11:16:14 +01:00
Adam Bogdał
8dc86c3390 Add exceptions 2016-01-08 10:57:57 +01:00
Jannis Gebauer
30e0f2ace1 fixed typo 2016-01-08 10:15:37 +01:00
Burhan Khalid
640d1de8ac Update Dockerfile
Typo
2016-01-07 08:59:30 +03:00
Audrey Roy Greenfeld
5a65c9e8a9 Merge contributors change. 2016-01-06 21:37:23 -08:00
Burhan Khalid
0877147b58 initial fixes for docker issue on windows 10 2016-01-06 20:04:36 +03:00
Jay
8f03fc443b postgres 9.5 has arrived 2016-01-06 09:58:18 +01:00
Adam Bogdał
dfcdc5f15b Move file to the appropriate path 2016-01-05 21:35:10 +01:00
Eric Zaporzan
438ccf1b82 Added cdn link to Tether, which is a new requirement for Bootstrap 4 (specifically tooltips). 2016-01-02 03:33:35 -05:00
Jan Van Bruggen
db4e3deeab Replace pull-right (broken) with pull-xs-right
twbs/bootstrap#18340 removed `.pull-left` and `.pull-right`
since they're redundant with `.pull-xs-left` and `.pull-xs-right`.

This solves the styling bug explained in
pydanny/cookiecutter-django#452.
2015-12-29 12:16:30 -08:00
Jay
91f223d7bd added raven logging for celery 2015-12-21 11:28:27 +01:00
Saurabh Kumar
23877e908a Merge pull request #448 from pydanny/fix-error-pages-preview
fix(urls): update 4xx error pages preview, to accept exceptions
2015-12-16 18:11:31 +05:30
Saurabh Kumar
77c6a12eaa fix(urls): update 4xx error pages preview, to accept exceptions
closes #444
2015-12-16 14:16:54 +05:30
dsclementsen
cdd3932ff5 DJANGO_SENTRY_DSN env variable if use_sentry
Closes pydanny/cookiecutter-django#446
2015-12-16 17:53:28 +11:00
stepmr
def4fcbafa Fix celery worker app name in Procfile 2015-12-15 15:29:00 -08:00
Daniel Roy Greenfeld
7c0348a9e3 Merge pull request #435 from areski/bump-to-django19
Bump Django to v1.9
2015-12-13 09:42:47 -08:00
Daniel Roy Greenfeld
761c71696b Merge pull request #441 from stepmr/patch-2
Support opbeat logging with celery
2015-12-13 09:37:09 -08:00
Daniel Roy Greenfeld
afc94ccbdb Merge pull request #440 from stepmr/patch-1
Update runtime.txt with PY2 support
2015-12-13 09:35:46 -08:00
stepmr
681247e4b7 Add celery worker to Procfile 2015-12-11 23:10:08 -08:00
stepmr
506eb22be0 Support opbeat logging with celery
- support opbeat logging with celery
- modify sentry imports to avoid conflicts
2015-12-11 17:56:54 -08:00
stepmr
a588d804f7 Update runtime.txt
- Support python-2.7.10 runtime
2015-12-11 17:42:30 -08:00
yunti
d21b021e7a Update runtime.txt 2015-12-11 14:43:30 +00:00
Fabio C. Barrioneuvo da Luz
fc37d65661 fix issue #436 2015-12-11 09:05:49 -03:00
areski
c2e79902bf Bump Django to v1.9 2015-12-09 13:33:17 +01:00
David Díaz
cc1da172f4 [IMP] django-allauth configuration: Allow enable or disable user registration using ACCOUNT_ALLOW_REGISTRATION setting. 2015-12-05 20:12:53 +01:00
Fábio C. Barrionuevo da Luz
062d6d31a4 pin requires.io django version to < 1.9 2015-12-02 08:36:15 -03:00
Fabio C. Barrioneuvo da Luz
ae42895c09 update requirements 2015-11-29 10:24:03 -03:00
Fábio C. Barrionuevo da Luz
28311e7502 update version of ipython 2015-11-25 14:35:07 -03:00
Audrey Roy Greenfeld
7b949ba6cc Update gunicorn to 19.4.1. 2015-11-25 08:20:19 -08:00
Fábio C. Barrionuevo da Luz
fa46eb7cc2 update psutil version to 3.3.0 2015-11-25 09:35:17 -03:00
Fabio C. Barrioneuvo da Luz
c9f500116d fix celery configuration in local.py 2015-11-24 22:00:16 -03:00
Fabio C. Barrioneuvo da Luz
d33e673c3c update requirements 2015-11-24 20:14:01 -03:00
Fabio C. Barrioneuvo da Luz
6092145760 update requirements 2015-11-23 21:15:11 -03:00
Jannis Gebauer
a5675f89e4 Make sure that python 2 users can stay on stable 2015-11-22 23:24:25 +01:00
Jon Miller
dc47e19a03 Change gevent from 1.0.2 to 1.1rc1 to support Py35. 2015-11-22 15:42:35 -06:00
Jan Van Bruggen
733071f121 Move div class unquote outside the if tag 2015-11-22 08:38:36 -08:00
Daniel Roy Greenfeld
b0f0b8686d Merge pull request #416 from bogdal/patch-1
Use python 3.5 on Heroku/Travis
2015-11-20 08:50:58 -08:00
Adam Bogdał
518862d328 Use python 3.5 on Travis 2015-11-18 15:07:08 +01:00
Adam Bogdał
c5481135f2 Use python 3.5 on Heroku 2015-11-18 13:52:45 +01:00
Tom Atkins
c653801d5a Add mailhog binary to gitignore 2015-11-18 11:16:44 +00:00
Tom Atkins
3316a3b023 Fix merge conflict in README.rst 2015-11-18 11:16:25 +00:00
Audrey Roy Greenfeld
840f4a7d4c *.pyc is already covered by *.py[cod]
No need to include it separately.
2015-11-17 21:05:28 -08:00
Burhan Khalid
e2c700da5c updating env.example 2015-11-17 10:27:58 +03:00
Burhan Khalid
03edea3021 E303 too many blank lines fix 2015-11-16 21:41:06 +03:00
Burhan Khalid
f4a75e0d10 fixing the middleware order 2015-11-16 21:41:06 +03:00
Burhan Khalid
4c07b5dea6 initial configuration to support opbeat 2015-11-16 21:41:06 +03:00
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