Skip to content

Commit 20d944d

Browse files
Update Webfaction_Django_Deployment_Guide.md
1 parent f9043c1 commit 20d944d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

all/Webfaction_Django_Deployment_Guide.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ A installation guide for getting Django setup on WebFaction
163163
cd webapps/cfehome
164164
./Apache2/bin/restart
165165
```
166-
12. Do any/all Django re-lated changes.
166+
12. Set `Python Path` inside of your app with `PYTHONPATH=$PYTHONPATH:$PWD/lib/python`
167167
168+
13. Collectstatic:
169+
```
170+
python3.5 manage.py collectstatic
171+
```
172+
173+
14. Any Django commands should now work using `python3.5` first:
174+
```
175+
python3.5 manage.py migrate
176+
python3.5 manage.py createsuperuser
177+
```
168178
All set!

0 commit comments

Comments
 (0)