mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-04-19 12:41:10 +00:00
17 lines
258 B
ReStructuredText
17 lines
258 B
ReStructuredText
|
|
How to run it?
|
||
|
|
**************
|
||
|
|
|
||
|
|
#. Install Django::
|
||
|
|
|
||
|
|
pip install Django
|
||
|
|
|
||
|
|
#. Create database (you can create admin account)::
|
||
|
|
|
||
|
|
python manage.py syncdb
|
||
|
|
|
||
|
|
#. Run testing server::
|
||
|
|
|
||
|
|
python manage.py runserver
|
||
|
|
|
||
|
|
#. Take a look at http://localhost:8000
|