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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
README.md
+2
-6
No files found.
README.md
View file @
384aa2e7
# Heroku Django Starter Template
# 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
## Features
...
@@ -13,7 +13,7 @@ An utterly fantastic project starter template for Django 1.11.
...
@@ -13,7 +13,7 @@ An utterly fantastic project starter template for Django 1.11.
To use this project, follow these steps:
To use this project, follow these steps:
1.
Create your working environment.
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
3.
Create a new project using this template
## Creating Your Project
## Creating Your Project
...
@@ -39,10 +39,6 @@ You can replace ``helloworld`` with your desired project name.
...
@@ -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.
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
## 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