Audrey Roy Greenfeld
5a65c9e8a9
Merge contributors change.
2016-01-06 21:37:23 -08:00
Jannis Gebauer
65e2d411a0
tweaked docker docs
2016-01-04 11:52:26 +01:00
Daniel Roy Greenfeld
7c0348a9e3
Merge pull request #435 from areski/bump-to-django19
...
Bump Django to v1.9
2015-12-13 09:42:47 -08:00
areski
c2e79902bf
Bump Django to v1.9
2015-12-09 13:33:17 +01:00
Sydney Henry
4291243a9c
Keep admin url short
2015-12-08 22:16:22 -07:00
Sydney Henry
21f5637a65
SECRET_KEY gen to short
...
when `heroku run python manage.py check --deploy` is ran this error occurs
?: (security.W009) Your SECRET_KEY has less than 50 characters or less than 5 unique characters. Please generate a long and random SECRET_KEY, otherwise many of Django's security-critical features will be vulnerable to attack.
changing the num of ran to a larger number fixes this issue
2015-12-08 22:10:46 -07:00
David Díaz
cc1da172f4
[IMP] django-allauth configuration: Allow enable or disable user registration using ACCOUNT_ALLOW_REGISTRATION setting.
2015-12-05 20:12:53 +01:00
Thomas Korrison
a304e466a5
Update developing-locally.rst
2015-12-01 14:25:55 +00:00
Thomas Korrison
917bf99ea3
Update developing-locally.rst
2015-12-01 14:09:50 +00:00
Tom Atkins
3316a3b023
Fix merge conflict in README.rst
2015-11-18 11:16:25 +00:00
Burhan Khalid
4c07b5dea6
initial configuration to support opbeat
2015-11-16 21:41:06 +03:00
Burhan Khalid
b78b2ddf73
fixing error in settings
2015-11-16 21:24:21 +03:00
Jay
1ce169d5de
added NEW_RELIC_LICENSE_KEY to environment variables
2015-11-07 20:20:19 +01:00
Audrey Roy Greenfeld
1a4e5738d4
Merge pull request #371 from yunti/patch-1
...
Update deployment-on-heroku.rst for ADMIN_URL
2015-10-28 20:46:38 -07:00
Audrey Roy Greenfeld
1a886dc098
Merge pull request #377 from MathijsHoogland/patch-2
...
Added clarification on building for local or production
2015-10-14 13:04:59 -07:00
Audrey Roy Greenfeld
251e8d1ddd
Document the project generation options.
2015-10-14 12:59:14 -07:00
MathijsHoogland
c04883fd52
Added clarification on building for local or production
2015-10-14 15:05:34 +02:00
yunti
93592326c1
Update deployment-on-heroku.rst
2015-10-09 15:45:07 +01:00
Daniel Roy Greenfeld
d022bc89f0
Update developing-locally.rst
2015-10-07 09:51:18 -07:00
Daniel Roy Greenfeld
e031ed8e6f
Fixing database configuration.
2015-10-07 09:50:21 -07:00
Daniel Greenfeld
c1a90af9ad
Update developing-locally-docker.rst
2015-10-04 12:09:18 -07:00
Audrey Roy Greenfeld
fdedd151ab
Fix formatting in Detached Mode section.
2015-10-04 11:47:58 -07:00
Audrey Roy Greenfeld
d19ddbcf1e
Explain Docker Toolbox better.
2015-10-03 16:59:52 -07:00
Audrey Roy Greenfeld
d09abc8d86
More simplification.
2015-10-03 16:56:53 -07:00
Audrey Roy Greenfeld
2d609432b9
Add @jayfk's note from #356 .
2015-10-03 16:54:01 -07:00
Audrey Roy Greenfeld
c9b4d1f16e
Unify docker-compose run sections.
2015-10-03 16:44:43 -07:00
Audrey Roy Greenfeld
765bb32fbe
Simplify redundant parts of docker-compose instructions.
2015-10-03 16:35:48 -07:00
Audrey Roy Greenfeld
606b026a8c
Simplify docs and un-deprecate the part that's still valid.
2015-10-03 16:21:08 -07:00
Audrey Roy Greenfeld
6258583fb1
Docker Toolbox includes Virtualbox. No need to repeat.
2015-10-03 16:15:02 -07:00
Daniel Roy Greenfeld
ab62fdb4ac
Obfuscating the Django admin URL on Heroku
2015-10-03 14:58:09 -07:00
Daniel Roy Greenfeld
58ec2fe113
URL to django.contrib.admin is now configurable
2015-10-03 14:54:29 -07:00
Audrey Roy Greenfeld
6f4cd7f0ce
Merge pull request #350 from andor-pierdelacabeza/patch-1
...
Fixed reStructuredText (RST) format
2015-09-29 11:08:19 -07:00
Jannis Gebauer
d8a7081d4c
Added advice on how to persist changes with boot2docker
2015-09-28 09:42:13 +02:00
Alvaro [Andor]
bdd916835e
Fixed reStructuredText (RST) format
...
The lack of a space between the '::' tag and the text did that the block around the code didn't appear.
2015-09-27 19:42:21 +02:00
Audrey Roy Greenfeld
42fe4f645b
Update pylint and pep8 docs.
2015-09-26 00:50:54 -07:00
Audrey Roy Greenfeld
481bdb71b3
More linter documentation in prep for merging #283 .
2015-09-26 00:35:55 -07:00
Audrey Roy Greenfeld
b642fed5bb
Starter docs on our flake8 setup.
2015-09-24 00:38:04 -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
Daniel Roy Greenfeld
44814f3ced
Add FAQ and early work on file copier #335
2015-09-18 10:55:06 -07:00
Daniel Roy Greenfeld
275f7eee14
Big reorganization of documentation
2015-09-18 10:20:48 -07: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
c8a01b6bad
Fix the layout to match the cookie cutter pattern
2013-08-15 20:03:08 +02:00
Daniel Greenfeld
b24dc7259c
Bring over a bunch of stuff from two scoops project
2013-08-14 20:01:41 +02:00