Videos application for django social network framework Edit
Install work version using PIP:
pip install -e git+ssh://[email protected]/elitsy/[email protected]#egg=user_auth
Change settings.py
of your project. Add user_auth
to
INSTALLED_APPS
. Add required options (see: Settings).
Run manage.py migrate
and restart your project server.
No any settings required
Install it, plug-in to your project and add required settings. Have fun!
No any templeate tags provided
No any management commands provided
If this application is installed in your project you can run this inside your project:
python manage.py test user_auth
or instead run inside this package:
python run_tests.py
or with tox:
tox