Commit Graph

  • fba95ab96d added Amjith Ramanujam to contributors Jay 2015-11-07 20:15:41 +0100
  • ba00160aab Merge pull request #362 from amjith/master Jannis Gebauer 2015-11-07 20:10:00 +0100
  • 67a17bf226 added changes regarding sentry on docker Jay 2015-11-07 19:44:26 +0100
  • 205ac33abc 'dsn'.upper() Jay 2015-11-07 19:05:56 +0100
  • 87c5360b18 added DJANGO_SENTRY_DSN Jay 2015-11-07 19:04:19 +0100
  • fbd58319c9 added @ChrisPappalardo's change Jay 2015-11-07 18:45:40 +0100
  • 8b8405ddf7 added @ChrisPappalardo to contributors Jay 2015-11-07 18:45:26 +0100
  • 0be1b8ebbe Merge pull request #397 from ChrisPappalardo/master Jannis Gebauer 2015-11-07 18:08:31 +0100
  • 66eb4b099f Update CHANGELOG.md Daniel Roy Greenfeld 2015-11-06 19:51:43 -0800
  • 2f605ce731 Update travis to support Python 3.4 and 3.5 Daniel Roy Greenfeld 2015-11-06 19:53:16 -0800
  • 21d1c887e3 Ignore .cache/ generated by running the cookiecutter-django tests. Audrey Roy Greenfeld 2015-11-06 19:46:11 -0800
  • 7e8f58d6ec Fix test failure due to favicon.ico being opened by DjangoCookieTestCase.check_paths(). Audrey Roy Greenfeld 2015-11-06 19:44:10 -0800
  • 1c1ca39618 Add #391 to changelog. Audrey Roy Greenfeld 2015-11-06 19:07:11 -0800
  • fe9be62cf5 Added *tests* to , because including it is cheating Daniel Roy Greenfeld 2015-11-06 16:21:16 -0800
  • 85e0471911 changed ADMIN_URL to DJANGO_ADMIN_URL in env.example; the former is not an expected env variable Chris Pappalardo 2015-11-06 10:23:44 -0800
  • 930dee5ddb Merge pull request #391 from mcho421/master Audrey Roy Greenfeld 2015-11-05 19:57:29 -0800
  • 8c05e0140b update django-extensions to 1.5.8 Fabio C. Barrioneuvo da Luz 2015-11-05 10:02:05 -0300
  • ea9dec49d7 Bump Django in setup.py Daniel Roy Greenfeld 2015-11-04 20:28:23 -0800
  • c5fcb4895b Merge pull request #395 from pydanny/update-requirements Fábio C. Barrionuevo da Luz 2015-11-04 23:30:04 -0300
  • dbe5bcc690 update requirements Fabio C. Barrionuevo da Luz 2015-11-04 23:24:49 -0300
  • 7f3fad80ce Update .travis.yml Théo Segonds 2015-11-03 16:23:00 +0100
  • acdec670f0 Resolved conflict from changed base.html not having HTML IDs Colm O'Connor 2015-11-02 15:23:49 +0800
  • 850c31290a Add setup_venv.sh ; Helper script to setup virtual env for cookiecutter based project. webanz 2015-11-02 11:48:36 +0530
  • 8c2a4cc317 Fix gevent requirement for Python 3 mcho421 2015-10-31 12:17:00 +1100
  • aedba0b1f5 Add #371 to changelog. 1.8.5 Audrey Roy Greenfeld 2015-10-29 20:05:41 -0500
  • 1a4e5738d4 Merge pull request #371 from yunti/patch-1 Audrey Roy Greenfeld 2015-10-28 20:46:38 -0700
  • 7a304981cd Add #378 to changelog. Audrey Roy Greenfeld 2015-10-27 23:01:10 -0500
  • 1adb10c300 Merge pull request #378 from MathijsHoogland/patch-3 Audrey Roy Greenfeld 2015-10-26 23:44:59 -0500
  • 084fb2529e Fixed flake8 issue Daniel Roy Greenfeld 2015-10-25 17:37:34 -0700
  • 8307e43d15 Move LOGGING setting to production from common, since it's not useful locally. Audrey Roy Greenfeld 2015-10-25 17:30:36 -0500
  • 0c80d91112 Version Daniel Roy Greenfeld 2015-10-25 09:30:19 -0700
  • b76f402541 Added version and tagging policy Daniel Roy Greenfeld 2015-10-25 09:29:43 -0700
  • 0351c29295 Added so we can list it on PyPI and therefore displayed on djangopackages.com as compatible with Python 3. Daniel Roy Greenfeld 2015-10-25 08:36:20 -0700
  • d04a59fbe8 Update nav in base template to latest Bootstrap 4 version. Audrey Roy Greenfeld 2015-10-24 20:31:36 -0500
  • 683872bc20 added the docker related changes from @audreyr and @jayfk Jannis Gebauer 2015-10-24 19:38:06 +0200
  • 8fe03fe553 no need to chown the file Jannis Gebauer 2015-10-24 19:27:04 +0200
  • fc54af7b15 use REDIS_URL instead of DJANGO_CACHE_URL, fixes #379 Jannis Gebauer 2015-10-24 19:25:46 +0200
  • fe497c6dd0 move development postgres data volume to /data/dev to avoid conflicts with production volume Jannis Gebauer 2015-10-24 19:23:43 +0200
  • 571530dd09 removed unused commands from development dockerfile Jannis Gebauer 2015-10-24 19:22:08 +0200
  • 2ffdffe9c7 Merge branch 'master' of https://github.com/pydanny/cookiecutter-django Jannis Gebauer 2015-10-24 19:18:40 +0200
  • dc67886f64 Merge pull request #385 from pydanny/change-add-to-copy Jannis Gebauer 2015-10-24 19:15:53 +0200
  • 1f36ed3c8e Merge branch 'master' of https://github.com/pydanny/cookiecutter-django Jannis Gebauer 2015-10-24 18:46:49 +0200
  • a05d1c99e9 Merge branch 'master' of github.com:jayfk/cookiecutter-django Jannis Gebauer 2015-10-24 18:46:29 +0200
  • e852bfe5b9 Update history. Add TODOs for @pydanny and @theskumar to update for your changes 🔔 Audrey Roy Greenfeld 2015-10-22 12:42:53 -0700
  • dcaa3e91c2 Merge branch 'master' of github.com:pydanny/cookiecutter-django Audrey Roy Greenfeld 2015-10-22 12:37:35 -0700
  • f9f4876e11 Remove unnecessary gitkeep. Already another file in that dir. Audrey Roy Greenfeld 2015-10-22 12:37:14 -0700
  • 3d6169c2b9 Use COPY instead of ADD as per https://docs.docker.com/articles/dockerfile_best-practices/#add-or-copy Audrey Roy Greenfeld 2015-10-22 12:35:55 -0700
  • 2b550a75d5 removed isort link Daniel Roy Greenfeld 2015-10-21 13:19:08 -0700
  • 676739332a Update requirement, coverage, factory-boy Saurabh Kumar 2015-10-22 00:24:18 +0530
  • f01cddeae6 fix requirement, update django-autoslug to 1.9.3 Saurabh Kumar 2015-10-22 00:19:24 +0530
  • cc98785734 Hitch : Updates to the default framework template - to accomodate new features, rationalized features and bug fixes. Colm O'Connor 2015-10-20 16:15:50 +0800
  • c98934d7d5 When developing on Windows, only install psycopg2 in test/prod. Audrey Roy Greenfeld 2015-10-19 16:02:42 -0700
  • e1d76ea25e Add factories for users Adam Dobrawy 2015-10-18 13:58:41 +0200
  • a7c2cf8f56 Set example ALLOWED_HOSTS to be domain and its subdomains. Audrey Roy Greenfeld 2015-10-15 14:40:12 -0700
  • 08ab710ea4 Cryptographically secured env.example secret key Daniel Roy Greenfeld 2015-10-15 09:29:43 -0700
  • 811e98f4cf Contribution updates Daniel Roy Greenfeld 2015-10-14 13:26:01 -0700
  • ab7e2635ca Merge pull request #376 from MathijsHoogland/patch-1 Daniel Roy Greenfeld 2015-10-14 13:08:04 -0700
  • 1a886dc098 Merge pull request #377 from MathijsHoogland/patch-2 Audrey Roy Greenfeld 2015-10-14 13:04:59 -0700
  • 251e8d1ddd Document the project generation options. Audrey Roy Greenfeld 2015-10-14 12:59:14 -0700
  • ccc0262c5e Added sudo: true to the travis file MathijsHoogland 2015-10-14 16:41:28 +0200
  • c04883fd52 Added clarification on building for local or production MathijsHoogland 2015-10-14 15:05:34 +0200
  • 5a8f1ed4b1 Removed unnecessary space MathijsHoogland 2015-10-14 14:22:22 +0200
  • 5fead42be9 Minor clarification about repo_name on setup cdvv7788 2015-10-13 11:12:24 -0500
  • 6e957e4ac0 Minor clarification about repo_name on setup cdvv7788 2015-10-13 11:10:57 -0500
  • 4f7e5e5c97 Update requirements to latest stable Saurabh Kumar 2015-10-13 14:22:36 +0530
  • 15f7657565 Fixed #302 (raven on development) Jannis Gebauer 2015-10-11 20:34:55 +0200
  • 1a7ef8106c Added Anna Callahan to contributors Jannis Gebauer 2015-10-11 20:29:55 +0200
  • a578c3ba60 Merge pull request #373 from jazztpt/master Jannis Gebauer 2015-10-11 20:27:42 +0200
  • daedd6c4c3 Fix for raven not being loaded on development Anna Callahan 2015-10-11 14:10:39 -0400
  • 93592326c1 Update deployment-on-heroku.rst yunti 2015-10-09 15:45:07 +0100
  • 4acd6ad098 Remove blank lines to fix flake8 compliance. Amjith Ramanujam 2015-10-08 05:38:05 -0700
  • d022bc89f0 Update developing-locally.rst Daniel Roy Greenfeld 2015-10-07 09:51:18 -0700
  • e031ed8e6f Fixing database configuration. Daniel Roy Greenfeld 2015-10-07 09:50:21 -0700
  • 1027befea1 Merge pull request #361 from pydanny/multiple-dockerfiles Audrey Roy Greenfeld 2015-10-06 10:46:18 -0700
  • d1fe1069c7 added fabfile for docker controls Jay 2015-10-06 13:24:38 +0200
  • b22611a1a3 update requirements Fabio C. Barrioneuvo da Luz 2015-10-05 18:09:55 -0300
  • 237ef94e48 Use endraw to avoid breaking the build Daniel Roy Greenfeld 2015-10-05 11:00:33 -0700
  • 7770ce15ed Adds Bootstrap 4 classes as crispy-forms override #365 Daniel Roy Greenfeld 2015-10-05 10:55:08 -0700
  • c1a90af9ad Update developing-locally-docker.rst Daniel Greenfeld 2015-10-04 12:09:18 -0700
  • fdedd151ab Fix formatting in Detached Mode section. Audrey Roy Greenfeld 2015-10-04 11:47:58 -0700
  • d68146e289 changelog change Daniel Roy Greenfeld 2015-10-04 11:44:51 -0700
  • d537ffa6ec Merge pull request #359 from pydanny/docker-docs-cleanup Daniel Greenfeld 2015-10-04 11:42:48 -0700
  • 7b2b12983b Add #363, #364 to changelog. Add @hairychris to contributors. Audrey Roy Greenfeld 2015-10-04 10:53:12 -0700
  • 69b220debe Merge pull request #364 from hairychris/patch-2 Audrey Roy Greenfeld 2015-10-04 10:48:31 -0700
  • 694bbb2e81 Fixes #363 - Remove stray closing tags, fix navbar margin Chris Franklin 2015-10-04 15:44:06 +0100
  • c35d759b74 Fix the template syntax error. Amjith Ramanujam 2015-10-04 05:51:09 -0700
  • c0c0bc6ca3 Add newrelic for monitoring. Amjith Ramanujam 2015-10-04 05:06:20 -0700
  • faa534b3c1 Enhances #360 Jay 2015-10-04 12:13:42 +0200
  • e23e9ceb7e Multiple Dockerfiles. Implementation of #360. Audrey Roy Greenfeld 2015-10-03 20:06:33 -0700
  • a6e10f6600 Correct production name Daniel Roy Greenfeld 2015-10-03 17:08:11 -0700
  • d19ddbcf1e Explain Docker Toolbox better. Audrey Roy Greenfeld 2015-10-03 16:59:52 -0700
  • d09abc8d86 More simplification. Audrey Roy Greenfeld 2015-10-03 16:56:53 -0700
  • 2d609432b9 Add @jayfk's note from #356. Audrey Roy Greenfeld 2015-10-03 16:54:01 -0700
  • c9b4d1f16e Unify docker-compose run sections. Audrey Roy Greenfeld 2015-10-03 16:44:43 -0700
  • 765bb32fbe Simplify redundant parts of docker-compose instructions. Audrey Roy Greenfeld 2015-10-03 16:35:48 -0700
  • 606b026a8c Simplify docs and un-deprecate the part that's still valid. Audrey Roy Greenfeld 2015-10-03 16:21:08 -0700
  • 6258583fb1 Docker Toolbox includes Virtualbox. No need to repeat. Audrey Roy Greenfeld 2015-10-03 16:15:02 -0700
  • 4781c2baa2 Flake8 fix Daniel Roy Greenfeld 2015-10-03 15:58:49 -0700
  • 0c9dfd8de6 Merge branch 'master' of github.com:pydanny/cookiecutter-django Daniel Roy Greenfeld 2015-10-03 15:42:40 -0700
  • 9b34bf16ec Fixing the build Daniel Roy Greenfeld 2015-10-03 15:42:33 -0700