Commit 394ae455 by Kenneth Reitz

Update README.md

parent f119d727
......@@ -6,7 +6,7 @@ An utterly fantastic project starter template for Django 1.7.
- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
- Enhancements to Django's statc file serving functionality via WhiteNoise
- Enhancements to Django's database functionality via Django-PostgresPool and DJ-Database-URL
- Enhancements to Django's database functionality via django-postgrespool and dj-database-url
## How to Use
......@@ -33,3 +33,10 @@ You can replace ``helloworld`` with your desired project name.
$ git push heroku master
$ heroku run python manage.py syncdb
## Further Reading
- [Gunicorn](https://warehouse.python.org/project/gunicorn/)
- [WhiteNoise](https://warehouse.python.org/project/whitenoise/)
- [django-postgrespool](hhttps://warehouse.python.org/project/django-postgrespool/)
- [dj-database-url](https://warehouse.python.org/project/dj-database-url/)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment