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
1fb6c2a4
authored
Oct 17, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basic readme
parent
e34ddcc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
+27
-0
No files found.
README.md
View file @
1fb6c2a4
# Heroku Django Starter Template
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
## How to Use
To use this project, follow these steps:
1.
Create your working environment.
2.
Install Django (
`$ pip install django`
)
3.
Create a new project using this template
## Creating Your Project
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 --extension=py,rst,html helloworld
You can replace
``helloworld``
with your desired project name.
\ No newline at end of file
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