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
384aa2e7
authored
Dec 25, 2017
by
yothinix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove using Python 2.7 section
parent
40ffe74e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
README.md
+3
-7
No files found.
README.md
View file @
384aa2e7
# Heroku Django Starter Template
An utterly fantastic project starter template for Django
1.11
.
An utterly fantastic project starter template for Django
2.0
.
## Features
-
Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
-
Enhancements to Django's static file serving functionality via WhiteNoise.
-
Latest Python 3.6 runtime environment.
-
Latest Python 3.6 runtime environment.
## How to Use
To use this project, follow these steps:
1.
Create your working environment.
2.
Install Django (
`$ pip install django`
)
2.
Install Django (
`$ pip
env
install django`
)
3.
Create a new project using this template
## Creating Your Project
...
...
@@ -39,10 +39,6 @@ You can replace ``helloworld`` with your desired project name.
See also, a
[
ready-made application
](
https://github.com/heroku/python-getting-started
)
, ready to deploy.
## Using Python 2.7?
Just update
`runtime.txt`
to
`python-2.7.13`
(no trailing spaces or newlines!).
## License: MIT
...
...
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