mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-22 03:11:52 +00:00
24 lines
527 B
ReStructuredText
24 lines
527 B
ReStructuredText
Running example project
|
|
***********************
|
|
|
|
#. Install requirements::
|
|
|
|
pip install -r requirements.txt
|
|
|
|
#. 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``.
|
|
|
|
|
|
Testing HTTPS
|
|
*************
|
|
|
|
To test HTTPS on development server, `follow this instructions
|
|
<http://www.ianlewis.org/en/testing-https-djangos-development-server>`_.
|