Audrey Roy Greenfeld
|
d04a59fbe8
|
Update nav in base template to latest Bootstrap 4 version.
|
2015-10-24 20:31:36 -05:00 |
|
Jannis Gebauer
|
8fe03fe553
|
no need to chown the file
|
2015-10-24 19:27:04 +02:00 |
|
Jannis Gebauer
|
fc54af7b15
|
use REDIS_URL instead of DJANGO_CACHE_URL, fixes #379
|
2015-10-24 19:25:46 +02:00 |
|
Jannis Gebauer
|
fe497c6dd0
|
move development postgres data volume to /data/dev to avoid conflicts with production volume
|
2015-10-24 19:23:43 +02:00 |
|
Jannis Gebauer
|
571530dd09
|
removed unused commands from development dockerfile
|
2015-10-24 19:22:08 +02:00 |
|
Jannis Gebauer
|
dc67886f64
|
Merge pull request #385 from pydanny/change-add-to-copy
Use COPY instead of ADD in Dockerfiles
|
2015-10-24 19:15:53 +02:00 |
|
Audrey Roy Greenfeld
|
dcaa3e91c2
|
Merge branch 'master' of github.com:pydanny/cookiecutter-django
|
2015-10-22 12:37:35 -07:00 |
|
Audrey Roy Greenfeld
|
f9f4876e11
|
Remove unnecessary gitkeep. Already another file in that dir.
|
2015-10-22 12:37:14 -07:00 |
|
Audrey Roy Greenfeld
|
3d6169c2b9
|
Use COPY instead of ADD as per https://docs.docker.com/articles/dockerfile_best-practices/#add-or-copy
|
2015-10-22 12:35:55 -07:00 |
|
Daniel Roy Greenfeld
|
2b550a75d5
|
removed isort link
|
2015-10-21 13:19:08 -07:00 |
|
Saurabh Kumar
|
676739332a
|
Update requirement, coverage, factory-boy
|
2015-10-22 00:25:01 +05:30 |
|
Saurabh Kumar
|
f01cddeae6
|
fix requirement, update django-autoslug to 1.9.3
Thanks @cdvv7788 / @aniketmaithani
|
2015-10-22 00:19:24 +05:30 |
|
Audrey Roy Greenfeld
|
c98934d7d5
|
When developing on Windows, only install psycopg2 in test/prod.
|
2015-10-19 16:02:42 -07:00 |
|
Audrey Roy Greenfeld
|
a7c2cf8f56
|
Set example ALLOWED_HOSTS to be domain and its subdomains.
|
2015-10-15 14:40:12 -07:00 |
|
Daniel Roy Greenfeld
|
08ab710ea4
|
Cryptographically secured env.example secret key
|
2015-10-15 09:29:43 -07:00 |
|
MathijsHoogland
|
5a8f1ed4b1
|
Removed unnecessary space
|
2015-10-14 14:22:22 +02:00 |
|
Saurabh Kumar
|
4f7e5e5c97
|
Update requirements to latest stable
- django-autoslug==1.9.2
- django-debug-toolbar==1.4
- gevent==1.0.2
|
2015-10-13 14:22:36 +05:30 |
|
Anna Callahan
|
daedd6c4c3
|
Fix for raven not being loaded on development
related to issue #302
|
2015-10-11 14:10:39 -04:00 |
|
Audrey Roy Greenfeld
|
1027befea1
|
Merge pull request #361 from pydanny/multiple-dockerfiles
Multiple Dockerfiles. Implementation of #360.
|
2015-10-06 10:46:18 -07:00 |
|
Fabio C. Barrioneuvo da Luz
|
b22611a1a3
|
update requirements
|
2015-10-05 18:09:55 -03:00 |
|
Chris Franklin
|
694bbb2e81
|
Fixes #363 - Remove stray closing tags, fix navbar margin
Removes stray </ul> tags that don't seem like they should be there. Reduces topbar bottom margin because it looked bad.
|
2015-10-04 15:44:06 +01:00 |
|
Jay
|
faa534b3c1
|
Enhances #360
|
2015-10-04 12:13:42 +02:00 |
|
Audrey Roy Greenfeld
|
e23e9ceb7e
|
Multiple Dockerfiles. Implementation of #360.
|
2015-10-03 20:06:33 -07:00 |
|
Daniel Roy Greenfeld
|
a6e10f6600
|
Correct production name
|
2015-10-03 17:08:11 -07:00 |
|
Daniel Roy Greenfeld
|
4781c2baa2
|
Flake8 fix
|
2015-10-03 15:58:49 -07:00 |
|
Daniel Roy Greenfeld
|
0c9dfd8de6
|
Merge branch 'master' of github.com:pydanny/cookiecutter-django
|
2015-10-03 15:42:40 -07:00 |
|
Daniel Roy Greenfeld
|
9b34bf16ec
|
Fixing the build
|
2015-10-03 15:42:33 -07:00 |
|
Fábio C. Barrionuevo da Luz
|
606e1de157
|
escape admin url usage example in comment
|
2015-10-03 19:35:27 -03:00 |
|
Daniel Roy Greenfeld
|
6dbf4e88d6
|
Add the DJANGO_ADMIN_URL to app.json
|
2015-10-03 15:01:35 -07:00 |
|
Daniel Roy Greenfeld
|
58ec2fe113
|
URL to django.contrib.admin is now configurable
|
2015-10-03 14:54:29 -07:00 |
|
Fabio C. Barrioneuvo da Luz
|
0fb5f5d854
|
Update version of requirements
cookiecutter, coverage, django-environ, django-extensions, hitchpython, hitchselenium, hitchserve, pytest, pytz, whitenoise
|
2015-09-30 15:10:12 -03:00 |
|
Fábio C. Barrionuevo da Luz
|
09b61bab1a
|
Merge pull request #354 from siauPatrick/master
String view arguments to url() is deprecated in django 1.9
|
2015-09-30 12:44:19 -03:00 |
|
Roman Afanaskin
|
5150f0ec2d
|
String view arguments to url() is deprecated in django 1.9
|
2015-09-30 18:13:16 +03:00 |
|
Jannis Gebauer
|
b465ccc9b2
|
fix sentry logging in conjunction with celery
|
2015-09-30 10:39:25 +02:00 |
|
Audrey Roy Greenfeld
|
f0cc78f01f
|
Move .pep8 to setup.cfg.
|
2015-09-26 00:47:44 -07:00 |
|
Audrey Roy Greenfeld
|
8facd2448d
|
Better .pep8 excludes
|
2015-09-26 00:40:39 -07:00 |
|
Audrey Roy Greenfeld
|
54d1742446
|
Merge pull request #283 from kaidokert/master
Add .pep8 and .pylintrc, for #282
|
2015-09-26 00:37:05 -07:00 |
|
Audrey Roy Greenfeld
|
5e1ea0940c
|
Sass alert improvements (better variables).
|
2015-09-26 00:29:39 -07:00 |
|
Audrey Roy Greenfeld
|
ee66f11e5e
|
Sass linting.
|
2015-09-26 00:27:08 -07:00 |
|
Daniel Greenfeld
|
7c2777734b
|
Updated django-mailgun requirement
This not only has a nice feature, it also improves Python 3 support.
|
2015-09-25 23:26:56 -07:00 |
|
Daniel Greenfeld
|
a37b35e50f
|
Merge pull request #346 from pydanny/remove-flake8-ignore
Remove commented-out flake8 ignore rule.
|
2015-09-25 23:25:23 -07:00 |
|
Audrey Roy Greenfeld
|
de4a717b98
|
Ignore user-uploaded media
|
2015-09-24 16:19:38 -07:00 |
|
Audrey Roy Greenfeld
|
7c0e979ef3
|
Update editorconfig to match existing project conventions for 2-space html, css, scss, json
|
2015-09-24 16:18:20 -07:00 |
|
Audrey Roy Greenfeld
|
9160a3443a
|
Remove commented-out flake8 ignore rule.
|
2015-09-24 00:39:42 -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 |
|
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 |
|