Skip to content

A full stack Delivery CRM (Customer Relation Managment) System made using Django.

Notifications You must be signed in to change notification settings

Ahmed-Abdelgawad-Dev/Delivery-CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wassal Delivery-CRM


A full stack Delivery CRM (Customer Relation Managment) System made using Django.
Database

SQLITE is used for dev, Postgres can be used in production.

Schema

Start

source ./venv/bin/activate
  • Install the required packages for the project.
pip install -r requirements.txt
  • Go to src folder
  • create a user if needed or use (usr:admin - pwd:admin)
python manage.py createsuperuser
  • run the project
python manage.py runserver
  • Generate a secret key for Django if required
from django.core.management.utils import get_random_secret_key
print(get_random_secret_key())
  • Or use this one in your .env file
SECRET_KEY = django-insecure-_&i)q$(7i%n8pey!au00z(x-nl-to52=u42a#q!xocp)-xfj0s
Notes
  • There is still much to customize in the UI.

About

A full stack Delivery CRM (Customer Relation Managment) System made using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published