Commit Graph

  • 79dbcc16f8 renaming taskman to taskapp to reflect upstream changes Jay 2015-07-21 11:08:29 +0200
  • 35d61c9eee added docker-compose documentation Jay 2015-07-21 10:42:31 +0200
  • 7690b42c27 switched to redis cache Jay 2015-07-21 10:22:02 +0200
  • bff7487121 Merge branch 'master' into docker-compose Jay 2015-07-21 10:02:52 +0200
  • 64119a093a Update changelog for 2015-07-21 Saurabh Kumar 2015-07-21 07:27:16 +0530
  • 613b91d71e Merge pull request #258 from burhan/feature/redis-cache Saurabh Kumar 2015-07-21 07:23:26 +0530
  • 362f86a4c1 Switch celery default serialization to JSON, to avoid pickle related deprecation warnings kaido 2015-07-19 21:55:29 -0700
  • b275c7ca72 Add .pep8 and .pylintrc kaidokert 2015-07-20 02:10:31 +0100
  • 40a091f432 Contributors and changelog Daniel Greenfeld 2015-07-18 14:04:35 -0700
  • 3e0ef703d3 Merge pull request #281 from stepmr/heroku-guide-update Daniel Greenfeld 2015-07-18 14:01:23 -0700
  • a9e210dbf5 Generate safe secret_key by default stepmr 2015-07-18 13:13:49 -0700
  • 696eca2fd2 Use PYTHONHASHSEED=random stepmr 2015-07-18 13:09:59 -0700
  • b2816c0e94 Updated heroku setup stepmr 2015-07-18 12:48:04 -0700
  • f073fb6ab5 Added @models.permalink decorator to User.get_absolute_url() method Daniel Greenfeld 2015-07-17 08:41:41 -0700
  • 23042b0956 bump Daniel Greenfeld 2015-07-17 03:53:13 -0700
  • e5d63c3e37 Update changelog.md Daniel Greenfeld 2015-07-17 03:48:23 -0700
  • 0a7d095f6f Update changelog.md Daniel Greenfeld 2015-07-17 03:44:57 -0700
  • 009c4993cc Fixed error in user_form.html Daniel Greenfeld 2015-07-17 03:42:42 -0700
  • 52876da0e2 Add testplus Daniel Greenfeld 2015-07-16 15:35:16 -0700
  • def7f47572 experimental docker-compose support Jay 2015-07-16 17:43:02 +0200
  • e6108be942 Update changelog.md Daniel Greenfeld 2015-07-16 08:26:24 -0700
  • 36454d9893 Removed unnecessary block tag and 'user:' prefix. Daniel Greenfeld 2015-07-16 08:25:53 -0700
  • 00687c56e8 Create changelog.md per #198. Daniel Greenfeld 2015-07-16 07:31:09 -0700
  • a848bde153 Merge pull request #264 from burhan/feature/maildump Daniel Greenfeld 2015-07-16 07:27:15 -0700
  • 663dc57766 Added @jayfk as a contributor Daniel Greenfeld 2015-07-16 07:25:37 -0700
  • 6c70fcb081 Merge pull request #277 from jayfk/patch-1 Daniel Greenfeld 2015-07-16 07:24:42 -0700
  • c9ab3b958e Fixed a bug where 'DEFAULT_FROM_EMAIL' was used to cast the value instead of providing a default jayfk 2015-07-16 11:10:36 +0200
  • a54081a761 tweaking the comments to match master README Burhan Khalid 2015-07-16 07:44:49 +0300
  • f966888ff1 making maildump optional Burhan Khalid 2015-07-16 07:21:06 +0300
  • 07354a3d37 Fixing links for maildump and updating master README Burhan Khalid 2015-07-08 01:16:18 +0300
  • a103eaa93e Adding support for maildump for local development (replaces the nice, but not friendly console email handler) Burhan Khalid 2015-07-08 01:12:51 +0300
  • 895dc09a45 Much cleaner user urls and added get_absolute_url to User Daniel Greenfeld 2015-07-15 20:37:38 -0700
  • e5c8cef234 Merge 5128e225ff into 70c871dfbd Adam Joseph Cook 2015-07-16 00:27:34 +0000
  • 70c871dfbd Merge branch 'master' of github.com:pydanny/cookiecutter-django Daniel Greenfeld 2015-07-15 13:40:43 -0700
  • 8852fef5f7 Add name to user detail page Daniel Greenfeld 2015-07-15 13:40:38 -0700
  • 7538839297 Merge pull request #276 from pydanny/luzfcb-patch-1 Fábio C. Barrionuevo da Luz 2015-07-15 16:58:14 -0300
  • d181fca7d4 fix issue #275 Fábio C. Barrionuevo da Luz 2015-07-15 16:53:44 -0300
  • d412946f93 Fix User initial migration Daniel Greenfeld 2015-07-15 12:40:04 -0700
  • 88188812a1 Fix user_list.html Daniel Greenfeld 2015-07-15 12:00:20 -0700
  • 1d194d0e12 Remove unnecessary divs from the User form Daniel Greenfeld 2015-07-15 11:08:49 -0700
  • 6dbe252c83 Use a more global 'name' field in User model Daniel Greenfeld 2015-07-15 11:06:03 -0700
  • 324785ea77 I do not like the fact that the Celery app config hardcodes a settings module. This makes it necessary to edit taskapp/celery.py after deployment, which is not ideal. Martin Diers 2015-07-15 11:48:48 -0500
  • 696d1c5606 Making bootstrap containers fluid Daniel Greenfeld 2015-07-14 13:23:26 -0700
  • 5589003ff3 fixing requirements Burhan Khalid 2015-07-14 12:05:25 +0300
  • 265d14b645 Added ipdb for improved REPL Daniel Greenfeld 2015-07-13 20:33:49 -0700
  • 536fb07f02 Merge pull request #271 from audreyr/update-navbar Daniel Greenfeld 2015-07-13 19:32:12 -0700
  • 03dba391ca Don't make Home active in base template. Audrey Roy 2015-07-13 19:28:42 -0700
  • 35112546c4 Close navbar-collapse div. Audrey Roy 2015-07-13 19:26:40 -0700
  • 7a147e72e2 Update navbar HTML to latest Bootstrap as per http://getbootstrap.com/components/#navbar Audrey Roy 2015-07-13 19:20:13 -0700
  • e25942652d Added instructions on how to install compass. Daniel Greenfeld 2015-07-13 15:50:00 -0700
  • acfef44b64 Remove specification for installing just grunt. Daniel Greenfeld 2015-07-13 15:39:51 -0700
  • 3710e9b953 Changed 'taskman' to 'taskapp Daniel Greenfeld 2015-07-13 13:32:47 -0700
  • f038f8fd88 Merge pull request #266 from jayfk/master Daniel Greenfeld 2015-07-13 13:19:55 -0700
  • 5128e225ff add 'default' named parameter to 'env' function which sets the SERVER_EMAIL Django setting Adam Joseph Cook 2015-07-12 04:44:53 -0500
  • 9bfca28f6f refactored to load celery from an AppConfig Jay 2015-07-10 11:30:42 +0200
  • 3db9391a05 Merge b178265cea into 7837c4e099 Martín Blech 2015-07-10 08:30:12 +0000
  • 7837c4e099 update Django version to 1.8.3 Fábio C. Barrionuevo da Luz 2015-07-09 11:47:10 -0300
  • 32dd1be245 merging from upstream Burhan Khalid 2015-07-08 12:58:19 +0300
  • 3c285e0569 adding redis support Burhan Khalid 2015-07-06 13:43:26 +0300
  • 1cecb23b2a Merge 9d1c14baa4 into de08741305 Burhan Khalid 2015-06-24 10:54:31 +0000
  • 9d1c14baa4 adding fedora compatible scripts Burhan Khalid 2015-06-24 00:55:08 +0300
  • f6f4475f68 Merge 6c6755ffb6 into 80a80bd660 Aditya Narayan 2015-06-22 12:34:19 +0000
  • 6c6755ffb6 Include LOCAL_APPS before THIRD_PARTY_APPS in INSTALLED_APPS This allows custom User model to be registered before THIRD_PARTY_APPS are imported. THIRD_PARTY_APPS can now get the model registered with AUTH_USER_MODEL without throwing a LookupError. Aditya Narayan 2015-06-22 17:20:20 +0530
  • b178265cea Docker Compose development environment Martin Blech 2015-05-18 20:37:40 -0300
  • 9c06213993 Merge b195f082c7 into 0f8f564790 Lin Xianyi 2015-04-26 01:40:38 +0000
  • b195f082c7 Inconsistent use of 'AWS_EXPIRY' Lin Xianyi 2015-04-26 09:38:14 +0800
  • 2775ab0c96 Major refractor to move PYTHON_PATH to top-level repo dir Saurabh Kumar 2015-04-24 17:42:34 +0530
  • f3f4540863 Merge 9908957a10 into b007a8e0ac johnnyb42 2015-04-17 16:05:24 +0000
  • c3d1cca0a6 Merge d499f71b9d into b007a8e0ac Felipe Arruda Pontes 2015-04-16 06:37:36 +0000
  • bd42ddb71c Swap to django-storages-redux, an actively maintained (py3 compatible) fork of django-storages Alex Tsai 2015-04-10 14:33:07 -0700
  • 7132ed7885 Swap to django-storages-redux, an actively maintained (py3 compatible) fork of django-storages Alex Tsai 2015-04-10 14:33:07 -0700
  • 9908957a10 Add SessionAuthenticationMiddleware to MIDDLEWARE_CLASSES johnnyb42 2015-04-06 01:01:38 +0200
  • ac34a7c847 Merge 6afdef61b8 into ce5b7a1f59 Jeff Johnson 2015-03-24 21:12:12 +0000
  • 6afdef61b8 Can't use AWS_STORAGE_BUCKET_NAME until post_setup. Jeff Johnson 2015-03-24 17:04:01 -0400
  • d499f71b9d Fixing conflicts: {{cookiecutter.repo_name}}/README.rst And updating the install.rst to have the info about the runserver_plus cmd Felipe Arruda Pontes 2015-03-01 11:22:44 -0300
  • dd5e077e2b rearranging the docs and readme info, so that the readme points to the docs links Felipe Arruda Pontes 2015-03-01 11:07:25 -0300
  • c471407b09 Merge faf25f512c into 59983904a3 Fábio C. Barrionuevo da Luz 2015-02-10 19:52:03 +0000
  • faf25f512c add landscape.io badge Fábio C. Barrionuevo da Luz 2015-02-10 16:51:53 -0300
  • 8fa9c0c1ee Merge 8491267a41 into b2938581d9 Kevin Ndung'u 2015-02-10 17:07:22 +0000
  • 8491267a41 Change full_name to author_name in setup.py Kevin Ndung'u 2015-02-09 14:07:18 +0300
  • 58043b038d Merge 5b08878105 into e18b4271b6 Skyler Dawson 2015-01-29 00:45:18 +0000
  • 5b08878105 Moved urls & wsgi down a level to remove module from same level as manage.py. Fixes tests. Skyler Dawson 2015-01-07 13:49:25 -0500
  • 98d1ddcb50 Merge 0be9472424 into e68479a502 Andy 2014-12-31 18:22:53 +0000
  • 0be9472424 Update CONTRIBUTORS.txt Andy 2014-12-31 12:18:54 -0600
  • 97870eab85 adding links for virtualenv and virtualenvwrapper in docs. refs #154 Felipe Arruda Pontes 2014-11-24 00:53:17 -0200
  • cd09914d6e saying that the username in cookiecutter.json is the one from github, as discussed in #154 Felipe Arruda Pontes 2014-11-24 00:52:21 -0200
  • 0db808d136 Merge 1c0f4a6c05 into c243085d8c hanneshapke 2014-11-18 20:28:40 +0000
  • 5df8e1dd10 adding authors, contributing and readme to docs. Also changed 'CONTRIBUTORS.txt' to 'AUTHORS.txt' following the example of cookiecutter-pypackages and also django (they use only 'AUTHORS' there, but I the idea is the same. Felipe Arruda Pontes 2014-11-13 12:19:26 -0200
  • 1c0f4a6c05 Updated users/admin.py with fix for issue #146 to allow user creation through the Django admin Hannes Hapke 2014-11-11 14:33:34 -0800
  • cedbde8718 Merge 4dc0301109 into 57eeef37d0 Matt Warren 2014-11-11 14:17:24 +0000
  • 4dc0301109 add myself to contributors.rst Matt Warren 2014-10-05 22:03:15 -0600
  • 9e97e3d907 addresses issue mentioned here: https://code.djangoproject.com/ticket/19353 adding users in admin resulted in reference to auth.User Matt Warren 2014-10-05 21:58:32 -0600
  • 073666e09c now passes flake8 Jay 2014-10-12 10:32:17 +0200
  • eadd3e77f8 added optional celery support out of the box Jay 2014-10-12 10:32:17 +0200
  • b498bb4245 Merge pull request #263 from burhan/patch/move-aws-settings Fábio C. Barrionuevo da Luz 2015-07-07 16:39:26 -0300
  • 076c7c21c6 set correct variables for heroku/doku Burhan Khalid 2015-07-07 22:29:41 +0300
  • a3c46bb8a0 Merge pull request #262 from burhan/patch/move-aws-settings Fábio C. Barrionuevo da Luz 2015-07-07 16:23:46 -0300
  • 740483f0e7 unifying environment variables Burhan Khalid 2015-07-07 22:06:46 +0300
  • baeba18d7c Merge pull request #261 from luzfcb/master Fábio C. Barrionuevo da Luz 2015-07-07 09:26:50 -0300
  • e5dc8b97c1 update dependencies versions update pylibmc version to 1.5.0 django-allauth to 0.21.0 Pillow to 2.9.0 whitenoise to 2.0.2 Fabio C. Barrioneuvo da Luz 2015-07-07 09:15:26 -0300