Commit Graph

132 Commits

Author SHA1 Message Date
Lyla Fischer
ee3936997b added instructions on how to run python from heroku 2013-09-28 23:10:07 -04:00
Lyla Fischer
da942d59d4 added how to get database name to deployment docs 2013-09-28 22:47:24 -04:00
Lyla Fischer
d0e27716c9 added a pointer to app-specific documentation 2013-09-28 22:07:40 -04:00
Nate Aune
0b40e9bd3c missed some formatting in the docs 2013-09-27 20:22:27 -04:00
Nate Aune
00da531b06 clean up the docs 2013-09-27 20:16:54 -04:00
Nate Aune
31e7456cbc reference docs to more info about dj-static 2013-09-27 11:01:17 -04:00
Nate Aune
9dc2de4301 don't use S3 to serve static assets for now, and serve them up using dj-static 2013-09-27 11:00:49 -04:00
Nate Aune
d6acaedee0 change timezone from LA to NY 2013-09-27 11:00:17 -04:00
Nate Aune
76a604da17 since the settings.py file is nested inside the config/ dir, we need to go up one directory to find the static files 2013-09-27 10:49:17 -04:00
Nate Aune
e902821117 make the docs less verbose so they're more readable in plaintext 2013-09-27 10:48:47 -04:00
Nate Aune
21af4cf2b8 set the python path in the procfile, and use foreman to start the server 2013-09-26 15:38:13 -04:00
Nate Aune
063a6332a3 evaluate the AWS values first 2013-09-26 15:36:05 -04:00
Nate Aune
deb0221c3d fix a missing cookiecutter prefix 2013-09-26 14:46:23 -04:00
Nate Aune
1be9a48aa0 move the deploy docs to docs/deploy.rst 2013-09-26 14:46:14 -04:00
Nate Aune
0474a4f01e ignore the staticfiles dir and .DS_Store 2013-09-26 14:45:59 -04:00
Nate Aune
a6eefe40b9 make it possible to serve up static assets using dj-static instead of S3 2013-09-26 14:45:46 -04:00
Nate Aune
337269648d Make the deploy to Heroku instructions nicely formatted. 2013-09-26 13:27:05 -04:00
Nate Aune
057821303f Use the console.EmailBackend to avoid error: [Errno 61] Connection refused when trying to send email to a non-existent local SMTP server 2013-09-26 13:22:41 -04:00
Nate Aune
9346ffe802 use less bleeding edge django 1.5.x 2013-09-26 13:08:38 -04:00
Daniel Greenfeld
90e601fc22 Update CONTRIBUTORS.txt 2013-09-23 23:13:09 +02:00
Daniel Greenfeld
c87f627a3b Dupe file 2013-09-23 23:11:46 +02:00
Daniel Greenfeld
212fff9c90 Merge pull request #25 from jimfmunro/default-cache-url-keyword
wont define the cache value unless default keyword is present for argume...
2013-09-22 22:08:35 -07:00
jmunro
baa83a762c wont define the cache value unless default keyword is present for argument 2013-09-22 22:15:37 -06:00
Daniel Greenfeld
918a194096 Merge pull request #24 from jimfmunro/name-fix
fixed mispelling
2013-09-22 06:47:21 -07:00
jmunro
b7d63f9953 fixed mispelling 2013-09-22 07:28:45 -06:00
Daniel Greenfeld
31defe87bd fix the django-model-utils 2013-09-22 15:03:33 +02:00
Daniel Greenfeld
7ab7cf910d Bump South to the stable 0.8.2 release 2013-09-22 14:51:26 +02:00
Daniel Greenfeld
595c75e2f1 Update django-avatar to 2.0 2013-09-22 14:47:34 +02:00
Daniel Greenfeld
836ab00b14 Add Jim Monroe, Audrey Roy, and Jannis Leidel to contributors 2013-09-22 14:43:32 +02:00
Daniel Greenfeld
b57a0aec0a Update CACHE controls to work better with django-configurations 2013-09-22 14:42:56 +02:00
Daniel Greenfeld
14cec10f27 Merge pull request #21 from jimfmunro/add-caches-readme
added config for basic memcache setup
2013-09-22 05:31:06 -07:00
jmunro
f76ef042d1 added config for basic memcache setup 2013-09-21 21:59:53 -06:00
Daniel Greenfeld
a9597cdfd6 Merge pull request #19 from vbabiy/patch-1
Adding myself to AUTHORS
2013-09-20 13:55:03 -07:00
Vitaly Babiy
cb11d428ce Adding myself to AUTHORS 2013-09-20 11:00:02 -04:00
Daniel Greenfeld
d36e80a67c Add Vitaly Babiy 2013-09-20 12:08:21 +02:00
Daniel Greenfeld
31412a20c9 Merge pull request #18 from vbabiy/database-defaults
Fixing the default check on databases setting.
2013-09-20 03:07:45 -07:00
Vitaly Babiy
b32718c955 Fixing the default check on databases setting. 2013-09-19 20:41:12 -04:00
Daniel Greenfeld
a1dff3e976 Basic settings stuff 2013-09-19 12:18:26 +02:00
Daniel Greenfeld
7229f07ea2 Remove dangling exclamation point. 2013-09-19 12:02:46 +02:00
Daniel Greenfeld
7323f87e37 More fixes per @jezdez's oversight 2013-09-17 15:11:22 +02:00
Daniel Greenfeld
527a9b29a1 Bump up the Django version 2013-09-17 14:25:39 +02:00
Daniel Greenfeld
61098877af Update README.rst 2013-09-17 14:21:44 +02:00
Daniel Greenfeld
79cb6a3205 Post @jezdez cleanup 2013-09-17 14:19:31 +02:00
Daniel Greenfeld
cee802c859 Add django-configurations 2013-09-15 15:02:13 +02:00
Daniel Greenfeld
a2070558c9 Adding the other authors 2013-09-15 13:04:31 +02:00
Daniel Greenfeld
8db52ae6bc Add authors file 2013-09-15 13:02:09 +02:00
Daniel Greenfeld
ddf5b58fbf Merge pull request #15 from agamdua/master
Updated Readme to reflect latest results of running cookiecutter
2013-09-15 03:54:13 -07:00
Daniel Greenfeld
ff625f312e Add Agam Dua 2013-09-14 10:01:42 +02:00
Agam Dua
bb0b0f5068 Updated Readme to reflect latest results of running cookiecutter 2013-09-13 16:54:45 +05:30
Daniel Greenfeld
737f14dcc6 Specify bootstrap3 for crispy forms 2013-09-02 11:54:16 +02:00