Saurabh Kumar
613b91d71e
Merge pull request #258 from burhan/feature/redis-cache
...
adding redis support
2015-07-21 07:23:26 +05:30
stepmr
a9e210dbf5
Generate safe secret_key by default
...
Use openssl to generate a secure, random secret_key
2015-07-18 13:13:49 -07:00
stepmr
696eca2fd2
Use PYTHONHASHSEED=random
...
- Django reccomends setting the PYTHONHASHSEED environment variable to random. See: https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options
2015-07-18 13:09:59 -07:00
stepmr
b2816c0e94
Updated heroku setup
...
- Heroku's free postgres tier is now "hobby-dev"
- pg:backups require a scheduled time
- add missing Mailgun API key
2015-07-18 12:48:04 -07:00
Burhan Khalid
f966888ff1
making maildump optional
2015-07-16 07:21:06 +03:00
Burhan Khalid
07354a3d37
Fixing links for maildump and updating master README
2015-07-16 07:03:16 +03:00
Burhan Khalid
a103eaa93e
Adding support for maildump for local development (replaces the nice, but not friendly console email handler)
2015-07-16 06:58:08 +03:00
Burhan Khalid
5589003ff3
fixing requirements
2015-07-14 12:05:25 +03:00
Daniel Greenfeld
e25942652d
Added instructions on how to install compass.
2015-07-13 15:50:00 -07:00
Daniel Greenfeld
acfef44b64
Remove specification for installing just grunt.
...
Otherwise it ignores the other modules.
2015-07-13 15:39:51 -07:00
Burhan Khalid
32dd1be245
merging from upstream
2015-07-08 12:58:19 +03:00
Burhan Khalid
076c7c21c6
set correct variables for heroku/doku
2015-07-07 22:29:41 +03:00
Burhan Khalid
740483f0e7
unifying environment variables
2015-07-07 22:06:46 +03:00
Burhan Khalid
768b8cf2c8
adding support for mailgun
2015-07-06 21:25:08 +03:00
Burhan Khalid
3c285e0569
adding redis support
2015-07-06 14:09:13 +03:00
Audrey Roy
f370702c4d
Instructions for creating user accounts. Fix #39 .
2015-06-28 14:56:13 -07:00
Audrey Roy
e9e560eb17
Break up 'Getting up and running' into more readable sections
2015-06-28 14:56:13 -07:00
Audrey Roy
79ac986be8
Add instruction to migrate after doing createdb.
2015-06-28 14:28:58 -07:00
Audrey Roy
5e48e162f7
Add PostgreSQL createdb instructions to generated README.
2015-06-28 14:14:34 -07:00
Cullen Rhodes
444fb56da3
Update README.rst
...
Update heroku addons commands, addons:add has been deprecated in favour of create
2015-06-16 14:23:13 +01:00
Fabio C. Barrionuevo da Luz
568dacd8ed
add missing documentations
2015-05-19 13:20:52 -03:00
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
Jay
eadd3e77f8
added optional celery support out of the box
2014-10-12 10:32:17 +02: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