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
67ca0d8f
authored
Dec 14, 2018
by
sting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix flynn run
parent
a6554ab5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
+2
-2
No files found.
README.md
View file @
67ca0d8f
...
...
@@ -22,7 +22,7 @@
$ django-admin.py startproject --template=https://git.xxynet.com/pub/flynn-django-template/repository/archive.zip\?ref=master --name=Procfile appname
$ cd appname && pipenv install
$ cd appname && pipenv install
&& pipenv shell
(windows如果失败, 将
`django-admin.py`
换为
`django-admin`
)
...
...
@@ -40,7 +40,7 @@
$ flynn create ``appname``
$ git push flynn master
$
heroku
run python manage.py migrate
$
flynn
run python manage.py migrate
参考python项目部署中文文档
[
如何部署 Python 应用
](
https://flynn.mydoc.io/?t=54100
)
...
...
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