Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 380 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 380 Bytes

fkz4-auth

Authentication backend of Frankiz.

Dev configuration

Clone the repo and create a virtualenv for it to run. For example, using virtualenvwrapper :

mkvirtualenv fkz-auth

When working on the project, activate it :

workon fkz-auth

And first time install all dependencies :

pip install -r requirements.txt

You're ready to go !