Commit Graph

772 Commits

Author SHA1 Message Date
Colm O'Connor
206105f2fb Merge 303986f333 into b642fed5bb 2015-09-24 07:41:19 +00:00
Audrey Roy Greenfeld
b642fed5bb Starter docs on our flake8 setup. 2015-09-24 00:38:04 -07:00
Audrey Roy Greenfeld
8fa150a81f Have flake8 ignore node_modules/ 2015-09-24 00:33:33 -07:00
Audrey Roy Greenfeld
c35a2ece8a Merge branch 'fix-debug-toolbar' 2015-09-24 00:24:10 -07:00
Audrey Roy Greenfeld
f06cb3c44f Merge branch 'master' of github.com:pydanny/cookiecutter-django 2015-09-23 23:53:48 -07:00
Audrey Roy Greenfeld
97142763a6 Workaround for debug-toolbar conflict with Bootstrap 4. 2015-09-23 23:53:33 -07:00
Colm O'Connor
303986f333 Fixed whitespace issue 2015-09-23 12:15:01 +08:00
Colm O'Connor
6974d2ac79 Fix for issue with templated python code in engine.py 2015-09-23 12:09:46 +08:00
Colm O'Connor
9d2635188d Tests configured to run whichever version of python is selected by the user. 2015-09-23 11:41:27 +08:00
Colm O'Connor
18e6c82b79 Merge branch 'master' of github.com:crdoconnor/cookiecutter-django 2015-09-23 11:38:13 +08:00
Colm O'Connor
333854c0e2 Make the Django tests send emails using the SMTP back end so that it can be interacted with via the test. 2015-09-23 11:37:58 +08:00
Colm O'Connor
ba5dd0c575 Added README just for tests and upgraded unixpackage (to fix Mac OS bugs) 2015-09-23 11:37:58 +08:00
Colm O'Connor
3e8424175c Specify python version to test with in engine.py 2015-09-23 11:37:58 +08:00
Colm O'Connor
0724c00f1d Updates to hitch framework - also removed parameterized tests via jinja2 - it's really an advanced feature. 2015-09-23 11:37:58 +08:00
Daniel Roy Greenfeld
dc146fc0e8 Update the Python3 in Dockerfile to 3.5 2015-09-22 09:14:56 -07:00
Audrey Roy Greenfeld
650d4f1dd2 Copy mobile navbar fix from css to scss. 2015-09-22 09:04:33 -07:00
Audrey Roy Greenfeld
221178ad84 Changelog correction and merge. 2015-09-22 08:52:51 -07:00
Audrey Roy Greenfeld
7f9baab66b Add #336 to changelog 2015-09-22 08:52:06 -07:00
Audrey Roy Greenfeld
cf340019a1 Merge pull request #336 from yunti/select-python-version
Add python version option for deployment
2015-09-22 08:50:34 -07:00
Colm O'Connor
b857123964 Make the Django tests send emails using the SMTP back end so that it can be interacted with via the test. 2015-09-22 21:51:46 +08:00
Colm O'Connor
5823c0bdc8 Added README just for tests and upgraded unixpackage (to fix Mac OS bugs) 2015-09-22 19:11:06 +08:00
Colm O'Connor
4bb3a6a33e Specify python version to test with in engine.py 2015-09-22 18:18:52 +08:00
Colm O'Connor
0800e971a1 Updates to hitch framework - also removed parameterized tests via jinja2 - it's really an advanced feature. 2015-09-22 18:14:02 +08:00
Daniel Roy Greenfeld
d9e65afef1 Merge branch 'master' of github.com:pydanny/cookiecutter-django 2015-09-21 21:24:31 -07:00
Daniel Roy Greenfeld
1da7e33007 Add @siauPatrick to the contributors and changelog 2015-09-21 21:24:19 -07:00
Daniel Greenfeld
5dfea14970 Merge pull request #338 from siauPatrick/loggers_in_loggers
Remove excess "loggers" from LOGGING setting
2015-09-21 21:22:32 -07:00
Daniel Greenfeld
4989efaece Switch back to django-mailgun proper.
As I'm now a maintainer, I feel confident that django-mailgun will be supported going forward.
2015-09-21 15:54:13 -07:00
Roman Afanaskin
379214348e Remove excess "loggers" from LOGGING setting 2015-09-21 22:36:06 +03:00
Audrey Roy Greenfeld
0a84799252 Add dos, navbar fix, reqs update to changelog. 2015-09-18 15:27:56 -07:00
Audrey Roy Greenfeld
332f746d27 Update outdated requirements. 2015-09-18 15:22:35 -07:00
Audrey Roy Greenfeld
08a63f5b7d Merge pull request #337 from jayfk/master
fix navbar on mobile
2015-09-18 15:02:21 -07:00
Daniel Roy Greenfeld
8b3fbce4a2 Add documentation refactor note #335 2015-09-18 14:35:10 -07:00
Daniel Roy Greenfeld
698c990cbd Refactored the Docker docs and added indexes. 2015-09-18 14:26:29 -07:00
yunti
e63d9fc736 Update runtime.txt 2015-09-18 19:07:09 +01:00
yunti
cb44293d81 Update runtime.txt 2015-09-18 19:04:17 +01:00
yunti
2489bf39ab Update runtime.txt 2015-09-18 19:02:42 +01:00
yunti
c77c8e0b83 Update Dockerfile 2015-09-18 19:02:33 +01:00
Daniel Roy Greenfeld
44814f3ced Add FAQ and early work on file copier #335 2015-09-18 10:55:06 -07:00
yunti
6662ccbd94 Update runtime.txt 2015-09-18 18:24:18 +01:00
yunti
361ab459e8 Update Dockerfile 2015-09-18 18:24:06 +01:00
Daniel Roy Greenfeld
275f7eee14 Big reorganization of documentation 2015-09-18 10:20:48 -07:00
Jay
1eb23fd046 fix navbar on mobile 2015-09-18 18:45:55 +02:00
yunti
16c3b5f081 Fix for heroku runtime file 2015-09-18 17:41:16 +01:00
yunti
9bf03454fa Added python 3 option to docker 2015-09-18 17:39:45 +01:00
yunti
2209a6cd79 Add python version option to cookiecutter json 2015-09-18 17:38:48 +01:00
yunti
b085f023e6 Add python3 runtime option for Heroku deployment 2015-09-18 17:37:15 +01:00
Daniel Roy Greenfeld
904d2d50fe More docs configuration for #335 2015-09-18 09:32:47 -07:00
Daniel Roy Greenfeld
27b59b460c Beginning of reorganization of documentation per #335
* Created top-level docs Sphinx directory
* Moved development instructions out of /README.rst and into /docs/
2015-09-18 09:22:55 -07:00
Daniel Greenfeld
5ba340d373 Merge pull request #334 from yunti/mail-setup-docs
Updated Readme for mail setup
2015-09-18 08:39:35 -07:00
Fábio C. Barrionuevo da Luz
08a58ab555 Merge pull request #333 from yunti/Fix-for-Raven-II
Removed redundant else for Fix for Raven
2015-09-18 08:06:17 -03:00