mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-19 22:50:24 +00:00
16 lines
258 B
ReStructuredText
16 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
|