/REST-API-CRM

REST API for CRM system

Primary LanguagePython

REST to Django basic CRM

WebShop based on the Django Framework

Getting Started

  1. Activate the virtual environment
  2. Install dependencies
  3. Change create conf.cnf with your settings in the base dir. See DATABASES in webshop/settings.py
  4. Server start
clone ...
evenv\scripts\activate
pip install -r requirements.txt
cd webshop
python manage.py runserver

Prerequisites

Python 3.6
Django==1.11.16
djangorestframework==3.8.2
mysqlclient==1.3.10
django-mysql==2.4.1

see requirements.txt

Acknowledgments