Website for registrate companies/organizations/etc deployed here.
- Developed fixtures
- Login / Registration
- CRUD operations with company creation
- CRUD operations with contacts to each company
- CRUD operations with meetings to each company
- Comment model
First of all, clone the repo:
git clone https://github.com/Pavlo-Olshansky/CRM-website.git
django 1.11.1
andpython3
.
virtualenv venv --no-site-packages
venv/Scripts/activate
pip install -r requirements.txt
Then configure your database:
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
Now you can check server at localhost:8000
Attention : You must run all of these commands in administrator mode.
All env variables are configured as system variable by command setx var_name var_value
.
setx ENV_ROLE development