A Django cowork user prototype application which handles information of users and their login, logout, and permissions.
- Python 2.7+
pip
virtualvenv
-
Run this command
sudo apt-get install python-mysqldb
-
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. -
Install all python dependencies
$ pip install -r requirements.txt
-
Run project
$ cd CoworkTesting $ python manage.py runserver