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
b52d30a5
authored
Dec 07, 2016
by
Kenneth Reitz
Committed by
GitHub
Dec 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python 3.5
parent
4a860430
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
+4
-3
No files found.
README.md
View file @
b52d30a5
...
@@ -5,7 +5,8 @@ An utterly fantastic project starter template for Django 1.9.
...
@@ -5,7 +5,8 @@ An utterly fantastic project starter template for Django 1.9.
## Features
## Features
-
Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
-
Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
-
Enhancements to Django's static file serving functionality via WhiteNoise
-
Enhancements to Django's static file serving functionality via WhiteNoise.
-
Latest Python 3.5 runtime environment.
## How to Use
## How to Use
...
@@ -36,9 +37,9 @@ You can replace ``helloworld`` with your desired project name.
...
@@ -36,9 +37,9 @@ 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.
See also, a
[
ready-made application
](
https://github.com/heroku/python-getting-started
)
, ready to deploy.
## Using Python
3
?
## Using Python
2.7
?
Just update
`runtime.txt`
to
`python-
3.5.
2`
(no trailing spaces!).
Just update
`runtime.txt`
to
`python-
2.7.1
2`
(no trailing spaces!).
## Further Reading
## Further Reading
...
...
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