mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
18 lines
358 B
ReStructuredText
18 lines
358 B
ReStructuredText
How to run it?
|
|
**************
|
|
|
|
#. Install Django and PyYAML::
|
|
|
|
pip install Django
|
|
pip install pyyaml
|
|
|
|
#. Create database::
|
|
|
|
python manage.py syncdb --noinput
|
|
|
|
#. Run testing server::
|
|
|
|
python manage.py runserver
|
|
|
|
#. Take a look at http://localhost:8000 . You can log in to administration with username ``admin``
|
|
and password ``admin``.
|