Commit Graph

1116 Commits

Author SHA1 Message Date
Jannis Gebauer
391971c6d5 Merge pull request #484 from yunti/patch-3
Fixed typo on 403 exception
2016-02-12 19:25:07 +01:00
yunti
d6962a890d Fixed typo on 403 exception 2016-02-09 18:36:56 +00:00
Daniel Roy Greenfeld
f35412248b Update CHANGELOG.md 2016-02-08 09:29:26 -08:00
Daniel Roy Greenfeld
e0a1bf8f8c Fixes #184, allows for license choices 2016-02-07 20:56:28 -08:00
Fábio C. Barrionuevo da Luz
8826620bd4 Merge pull request #482 from pydanny/update-requirements
update requirements and CHANGELOG
2016-02-07 02:55:20 -03: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
Fábio C. Barrionuevo da Luz
9d76faa42c Merge pull request #481 from crdoconnor/master
Fix for issue #389 (and related issues).
2016-02-07 01:48:10 -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
Fábio C. Barrionuevo da Luz
e0835f8dd2 Merge pull request #478 from pydanny/update-requirements
update version of dependencies
2016-01-30 17:26:04 -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
Daniel Roy Greenfeld
1722d461b3 Changelog commit 2016-01-18 19:31:56 -08:00
Daniel Roy Greenfeld
d003afcf3a Merge pull request #472 from pydanny/docker-test
Testing Docker
2016-01-18 19:30:23 -08:00
Fábio C. Barrionuevo da Luz
554be0c375 Merge pull request #473 from mjhea0/master
added new article - deploy on Fedora
2016-01-18 13:44:30 -02:00
Michael Herman
96e0b0774d added new article 2016-01-18 08:38:22 -07:00
Jannis Gebauer
f9fd29e898 reformatting 2016-01-18 12:50:01 +01:00
Jannis Gebauer
0fa6eb6cde added .dockerignore file 2016-01-18 12:48:49 +01:00
Jannis Gebauer
0705fd4a26 Merge pull request #460 from bogdal/dockerignore
Add dockerignore file
2016-01-18 12:46:48 +01:00
Jannis Gebauer
715fbee022 added $-sign remove 2016-01-18 12:45:56 +01:00
Jay
82a30ea88c adds simple docker test 2016-01-18 12:26:25 +01:00
Jannis Gebauer
bd8d23fac3 remove $ from allowed chars
django-environ has problems with environment variables that begin with a `$` sign, see https://github.com/joke2k/django-environ/issues/60
2016-01-18 12:14:34 +01:00
Audrey Roy Greenfeld
5756a61732 Add #469 by @originell to changelog/contributors. 2016-01-18 00:00:03 -08:00
Audrey Roy Greenfeld
305e3bc06b Merge pull request #469 from originell/patch-1
Adds celerybeat db to gitignore
2016-01-17 23:54:32 -08:00
Burhan Khalid
173eb3d102 fixing style on changelog 2016-01-17 13:07:31 +03:00
Burhan Khalid
6f0d69446f adding articles section (pr # 456) 2016-01-17 13:03:01 +03:00
Burhan Khalid
07fcaf3728 Merge branch 'mjhea0-master' - PR #456 2016-01-17 12:59:52 +03:00
Burhan Khalid
4ff84a5799 Merge branch 'master' of https://github.com/mjhea0/cookiecutter-django into mjhea0-master 2016-01-17 12:58:45 +03: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
Daniel Roy Greenfeld
07514be580 Fixes #345 explain need for django.contrib.sites 2016-01-16 10:40:32 -08:00
Daniel Roy Greenfeld
39dffcbf9f Merge pull request #465 from highpost/master
Added an explanation of how to define the DATABASE_URL environment va…
2016-01-15 10:21:22 -08:00
Audrey Roy Greenfeld
56f12301d7 Add #468 to changelog. Add @Collederas to contributors. 2016-01-15 00:01:25 -08:00
Audrey Roy Greenfeld
24531d9dae Update setup.py to 1.9.1. 2016-01-15 00:01:04 -08:00
Audrey Roy Greenfeld
5137d17dc7 Merge pull request #468 from Collederas/patch-1
Update setup.py
2016-01-14 23:56:15 -08:00
Luis Nell
76b1858861 Adds celerybeat db to gitignore
Doesn't make sense to have the task scheduling db in any VCS.
2016-01-13 21:25:27 +01: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
Collederas
3b51689860 Update setup.py 2016-01-13 09:17:36 +01: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
7794121406 updated changelog, and fixed the dates 2016-01-09 20:00:13 +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
Daniel Sears
57aed057cc Added an explanation of how to define the DATABASE_URL environment variable. 2016-01-08 15:40:19 -08:00
Jannis Gebauer
424d176b0d windows fix for docker 2016-01-08 11:30:27 +01: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