Skip to content

TheMockingJay1013/Django_CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django_CRM

A basic django app to that performs CRUD operations users can also signup , login or logout

Installation Steps

It is recommended to to run this project in a python environment

  • Download the files to your device by creating a clone of this project.

    On a new terminal , run the command

    git clone https://github.com/TheMockingJay1013/eMarket.git
    
  • To install Django run

    pip install Django
    
  • Also install pillow (for loading media files) by

    pip install Pillow
    
  • move to the directory of the project using cd commands

  • In the project directory , make the migrations using the commands

    python manage.py makemigrations
    python manage,py migrate
    
  • Run the server using the command

    python manage.py runserver
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published