Skip to content

Pavlo-Olshansky/CRM-website

Repository files navigation

CRM-website

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

Getting Started

First of all, clone the repo:

git clone https://github.com/Pavlo-Olshansky/CRM-website.git

Dependencies

  • django 1.11.1 and python3.

Installing & running

Dev mode

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.

Important note

All env variables are configured as system variable by command setx var_name var_value.

Example

setx ENV_ROLE development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages