Commit Graph

663 Commits

Author SHA1 Message Date
Fabio C. Barrioneuvo da Luz
3d3ec182d7 fix issue #508 2016-03-23 17:38:43 -03:00
Roman Osipenko
3f7f8a3868 Update LICENSE
Fix condition check in LICENSE file, which prevent cookiecutter to generate this file.
2016-03-23 13:16:12 +02:00
calculuscowboy
0a33611c30 Add POSTGRES_USER environment variable to django service. 2016-03-16 12:06:48 -04:00
Jannis Gebauer
9a4c149765 adds postgres backup controls to production config 2016-03-08 10:48:31 +01:00
Jannis Gebauer
eb4092c159 adds docker database controls 2016-03-08 10:41:58 +01:00
Jannis Gebauer
93c65590ee adds a default postgres user during development 2016-03-08 10:15:05 +01:00
Jannis Gebauer
982b21d61b move from links to depends_on 2016-03-08 10:12:55 +01:00
Jannis Gebauer
5ea6258d0d Merge branch 'docker-compose-v2' of https://github.com/aeikenberry/cookiecutter-django into aeikenberry-docker-compose-v2 2016-03-08 10:09:06 +01:00
Jannis Gebauer
d78df9880d Merge pull request #496 from cdvv7788/issues/254
Make sure that STATIC_URL != MEDIA_URL
2016-03-08 10:04:33 +01:00
Jannis Gebauer
ec0e629c1c Merge pull request #492 from menzenski/master
fix minor typos in project README
2016-03-08 10:03:24 +01:00
Fabio C. Barrioneuvo da Luz
8a3d36fe40 update requirements 2016-03-06 01:30:27 -03:00
Aaron Eikenberry
45bbd27f39 updates docker-compose format to version 2 #483 2016-03-02 22:16:25 -06:00
Cristian Vargas
bd39eddf77 Update file storages and put them in separate folders 2016-03-02 16:02:28 -05:00
Cristian Vargas
b368dd7e36 Make sure that STATIC_URL != MEDIA_URL 2016-03-02 09:49:34 -05:00
Fabio C. Barrioneuvo da Luz
018560e27a update Hitch test requirements 2016-03-01 22:47:38 -03:00
Fabio C. Barrioneuvo da Luz
9ea65968c1 update requirements 2016-03-01 22:13:07 -03:00
Daniel Roy Greenfeld
1407f8a491 Merge pull request #489 from juliancantillo/master
Added NEW_RELIC_APP_NAME env var for app.json
2016-02-29 21:51:54 -08:00
Matt Menzenski
260bbb0a30 fix minor typos in project README 2016-02-27 21:27:27 -06:00
Eraldo Energy
2e5e361c13 Fixed missing closing tag for container. 2016-02-24 22:50:32 +01:00
Daniel Roy Greenfeld
084d187b7b Fixed borked pytest-sugar requirement 2016-02-24 12:49:06 -08:00
Daniel Roy Greenfeld
05abf3582c Added beginning support for py.test 2016-02-24 12:22:22 -08:00
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