Changes between Initial Version and Version 1 of Ticket #24433
- Timestamp:
- Mar 1, 2015, 9:09:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24433 – Description
initial v1 4 4 5 5 From my host machine: 6 6 {{{#!bash 7 7 django-admin startproject hellohello 8 8 cd hellohello \ 9 9 && ./manage.py migrate && ./manage.py 10 }}} 10 11 11 12 Django server starts up, I can see the welcome screen and all is well.