Skip to content

elitsy/django-user-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-user-auth

Overview

Videos application for django social network framework Edit

Installation

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.

Settings

No any settings required

Usage

Install it, plug-in to your project and add required settings. Have fun!

Provided template tags and libraries

No any templeate tags provided

Provided management commands

No any management commands provided

Testing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages