Skip to content

rajashravan/ReallySimpleCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReallySimpleCRM

a really simple crm. image

Setup

Prerequisites:

  • python3
  • virtualenv
  1. Create and activate your virtual environment.
virtualenv your-venv
source your-venv/bin/activate
  1. Install the requirements
pip3 install -r requirements.txt
  1. Start the server.
python3 crm/manage.py runserver
  1. Navigate to the provided address.

Misc

Front-end design was forked from Django Dashboard Argon.

Looks best on a big screen.

Tools:

  • python3
  • django
  • openpyxl
  • lob