Skip to content

HugoHoffmann/django-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CRM (Sqlite)

This project uses Django to build a fullstack application to add customer and all the CRUD operations. Also you can login, logout, register a new user.

To execute the project:

  1. pip install -r requirements.txt
  2. python manage.py makemigrations
  3. python manage.py migrate
  4. python manage.py runserver
  5. python manage.py createsuperuser
  6. Access on browser: http://localhost:8080
  7. Login using super user created at step 5

About

CRM using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published