Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

A cowork user prototype which handles all login, logout, and permissions regarding all users.

License

Notifications You must be signed in to change notification settings

91springboard/Cowork-User-Permission-Proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cowork-User-Permission-Proto

A Django cowork user prototype application which handles information of users and their login, logout, and permissions.

Dependencies

  1. Python 2.7+
  2. pip
  3. virtualvenv

Instuctions

  1. Run this command sudo apt-get install python-mysqldb

  2. Set DATABASE_URL=mysql://USERNAME:PASSWORD@HOST:PORT(By default 3306)/DATABASE_NAME environment variable in your .bashrc, .zshrc or whichever shell you are using.

  3. Install all python dependencies

        $ pip install -r requirements.txt
  4. Run project

        $ cd CoworkTesting
        $ python manage.py runserver

About

A cowork user prototype which handles all login, logout, and permissions regarding all users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published