Skip to content

pythoneast/stockCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This is a Customer Relationship Management System designed for Warehouses. To get started just clone this repo and keep the following steps.

Development Version

  1. Change direction to the folder with docker-compose.yml file
  2. Run the command: docker-compose up -d --build
  3. Run the command: docker-compose exec web python3.6 manage.py migrate
  4. Create a superuser account with the command: docker-compose exec web python3.6 manage.py createsuperuser
  5. Browse to one of the following links: http://127.0.0.1:8005 http://localhost:8005

Production Version

  1. First of all, go to the settings.py file and change DEBUG option to False DEBUG = False
  2. Then change direction to the folder with docker-compose.yml file
  3. Run the command: docker-compose -f production.yml up -d --build
  4. Create a superuser account with the command: docker-compose -f production.yml exec web python3.6 manage.py createsuperuser. But be careful. If you see message about unapplied migrations, type Ctrl+C to exit from operation. Wait till project applied migrations automatically. After 15-20 seconds try to run the command again, and if there won't be any messages or warnings, create superuser account.
  5. Browse to one of the following links: http://127.0.0.1 http://localhost

About

The stock CRM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published