Nyae44 / symbion

A CRM application built with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbion

Welcome to Symbion! Symbion is a CRM (Customer Relationship Management) web application designed to help you manage your records effectively.

Quick Start Guide

  1. Create and Activate a Virtual Environment

    python3 -m venv env
    source env/bin/activate  # Unix/Mac
    env\Scripts\activate  # Windows
    
    
python3 -m venv env
  1. Install dependencies
pip install -r requirements.txt
  1. Make database migrations
python3 manage.py makemigrations

then

python3 manage.py migrate
  1. Run server cd symbion
python3 manage.py runserver

About

A CRM application built with Django

License:MIT License


Languages

Language:Python 52.0%Language:HTML 46.9%Language:JavaScript 0.7%Language:CSS 0.4%