Skip to content

MateuszG/User-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Note:

Version 1.0.0
- Support for download CVS file with all users
- App provides viewing, adding, editing and deleting a single user and
listing all users


Installation instructions:
git clone https://github.com/MateuszG/django-user-example.git

Create virtualenv:
mkvirtualenv --python=/usr/bin/python3 django_python3

Use workon:
http://hosseinkaz.blogspot.com/2012/06/how-to-install-virtualenv.html
or http://virtualenvwrapper.readthedocs.org/en/latest/install.html
workon django_python3

Enter project:
cd django-user-example/

Install requirements:
pip install -r requirements.txt

Init DB:
python manage.py syncdb

Start app:
python manage.py runserver

Tests:
python manage.py test user

About

Python, Django - actions on user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages