Saurabh Kumar
c54628c90e
Mention about running "heroku run python manage.py check --deploy"
2015-04-26 22:12:38 +05:30
Saurabh Kumar
9f3116ba4c
Major refractor to move PYTHON_PATH to top-level repo dir
...
- PYTHON_PATH now should point to `root_dir` instead of `apps_dir`
- `manage.py` now lives at the root dir
- `config` is moved out to root dir
2015-04-26 11:35:46 +05:30
Saurabh Kumar
efc9fbe961
fix(heroku/config): set DJANGO_SETTINGS_MODULE for manage.py to work properly
2015-04-26 11:01:22 +05:30
Saurabh Kumar
815fa26611
fix(heroku): replace depreciated pgbackups addon with pg:backups
...
https://devcenter.heroku.com/articles/heroku-postgres-backups#scheduling-backups
2015-04-26 10:36:25 +05:30
Saurabh Kumar
89c0fb3ff8
Replace django-configuration with django-environ
...
- makes it compatible with django 1.8
- removes magic
2015-04-20 03:48:41 +05:30
Martin Blech
a362c4041a
Added django-extensions to local configuration
...
It's one of the recommended apps in Two Scoops of Django. `runserver_plus` and
`shell_plus` are real time-savers!
2014-12-18 18:29:02 -03:00
Martin Blech
f1c53656bc
Replaced yourapp
with repo_name
template var.
...
No need to ask the user to replace it by hand, cookiecutter can do it for them.
2014-12-01 21:09:28 -03:00
Chris Franklin
593ed5a07d
Add sendgrid instructions and note about backup.
2014-10-12 16:13:48 +01:00
Chris Franklin
f4e4dce6f2
Fix RST syntax.
2014-10-12 16:07:02 +01:00
Chris Franklin
e97f91f475
Add dokku deployment instructions
...
Not ready to be merged, WIP.
2014-10-12 15:59:17 +01:00
Saurabh Kumar
3c29f79c4c
fix(docs): remove syncdb command from instructions
...
It is not required in django > 1.7
closes #140
2014-10-04 12:37:22 +05:30
Daniel Greenfeld
0fa22a0b2d
Merge pull request #118 from glarrain/patch-1
...
README: remove set config variables for SendGrid
2014-07-18 09:45:22 -07:00
German Larrain
5a78cf98cd
README: remove set config variables for SendGrid
...
Fix https://github.com/pydanny/cookiecutter-django/issues/117
2014-07-17 20:46:42 -04:00
German Larrain
529b85e518
README: remove redundant settings option
...
Of the three `heroku run python ... manage.py ...` commands, two specified `--settings=config.settings`, which is redundant with what is in `manage.py`, and there is no reason for those two to have that option and for the third not to.
2014-07-17 20:41:00 -04:00
Fábio C. Barrioneuvo da Luz
5309a70261
Simplified configuration database on Heroku.
...
See more: https://devcenter.heroku.com/articles/heroku-postgresql#establish-primary-db
2014-05-02 16:55:14 -03:00
Fábio C. Barrioneuvo da Luz
3d75936e9f
added Heroku SENDGRID deploy docs, makes more explicit deploy instructions and add links to relevant projects
2014-05-02 16:49:26 -03:00
Daniel Greenfeld
f12e54ce6e
Install grunt, not air. Thanks @merwork!
2014-05-02 09:04:00 -07:00
Daniel Greenfeld
6e41fb26f0
Merge pull request #91 from theskumar/docs-update
...
chore(docs): make it more awesome
2014-03-23 18:56:02 -07:00
Saurabh Kumar
9e1b75959b
chore(docs): make it more awesome
...
* cleanup heroku deploy instrunctions.
* collectstatic is run automaitcally by heroku
* includes 'getting started' section in generated code.
* add 'createsuperuser' explicity, as migrate will not
add them by default. (Until it's fixed in https://github.com/pydanny/cookiecutter-django/issues/39 )
2014-03-22 22:37:12 +05:30
Saurabh Kumar
de18582b54
chore(docs): heroku pgbackups enable auto-month by-default.
...
https://devcenter.heroku.com/articles/pgbackups#migrating-between-plans
2014-03-22 20:12:25 +05:30
Saurabh Kumar
f79314ea2b
feat(grunt): Add grunt task runner.
...
* Livereload server.
* Auto compile scss files.
* Heroku python buildpack needs to be specified explicitly to avoid auto detections
of the app as a `Node` app due to presence of `Package.json`.
2014-01-10 05:06:35 +05:30
Pablo
ecefa61a47
Updated Heroku Toolbelt command
...
Previous versions of the Heroku Toolbelt used config:add and config:remove.
2014-01-08 12:03:52 +01:00
Fábio C. Barrioneuvo da Luz
6254598882
Fixed missing documentation Email Backend configuration in Development Environment
2013-11-25 18:42:40 -03:00
Daniel Greenfeld
5290aed9a1
integration of submissions from @luzfcb and @syst3ml00t
2013-11-12 07:58:28 -08:00
Lyla Fischer
32b6598f15
removed requirement for security from session cookie
2013-10-28 14:57:28 -04:00
Daniel Greenfeld
6b14e33073
Settings mapping effort take 1 for help with #35
2013-10-25 07:59:48 -07:00
Tom Offermann
3c06571734
Removed "TODO" to automate script.
...
Automated in previous commit.
2013-10-04 11:40:56 -07:00
Daniel Greenfeld
73824b1e97
Inspired by @natea, Make the deploy to Heroku instructions nicely formatted and EMAIL_BACKEND default
2013-10-03 10:08:03 +02:00
Daniel Greenfeld
b57a0aec0a
Update CACHE controls to work better with django-configurations
2013-09-22 14:42:56 +02:00
jmunro
f76ef042d1
added config for basic memcache setup
2013-09-21 21:59:53 -06:00
Daniel Greenfeld
a1dff3e976
Basic settings stuff
2013-09-19 12:18:26 +02:00
Daniel Greenfeld
cee802c859
Add django-configurations
2013-09-15 15:02:13 +02:00
Bouke Haarsma
c01b4a2f9a
Use domain_name variable for Site object
2013-08-29 10:04:50 +02:00
Bouke Haarsma
60f577e706
License is BSD, not MIT
2013-08-29 08:57:20 +02:00
Lukas Klein
0acac55835
Update README.rst
2013-08-20 16:03:33 +02:00
Daniel Greenfeld
f99def2ea4
Update README.rst
2013-08-19 22:19:36 +02:00
Daniel Greenfeld
e06772eec4
Heroku deployment instructions
2013-08-19 20:32:07 +02:00
Daniel Greenfeld
d004b57280
Update README.rst
2013-08-16 12:55:28 +02:00
Daniel Greenfeld
c8a01b6bad
Fix the layout to match the cookie cutter pattern
2013-08-15 20:03:08 +02:00