Skip to content

Krops/shaurman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install guide

git clone git@github.com:Krops/shaurman.git
cd /path/to/shaurman
virtualenv venv
source venv/bin/activate
pip install -r req.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

for email sending support change following string into shaurman/settings.py file:

EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''

home page

http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published