Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pub
/
flynn-django-template
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a8981dcf
authored
Oct 17, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better readme
parent
c8950bde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
README.md
+14
-8
No files found.
README.md
View file @
a8981dcf
...
...
@@ -4,12 +4,9 @@ A project template for Django 1.7.
## Features
-
Django 1.7
-
Gunicorn
-
DJ-Database-URL
-
WhiteNoise for Static Assets
-
Settings and configuration for both Heroku production and local development
-
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
## How to Use
...
...
@@ -25,4 +22,14 @@ Using this template to create a new Django app is easy::
$ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld
You can replace
``helloworld``
with your desired project name.
\ No newline at end of file
You can replace
``helloworld``
with your desired project name.
## Deployment to Heroku
$ git init
$ git add -A
$ heroku create
$ git push heroku master
$ heroku run python manage.py syncdb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment