Skip to content

Nyae44/symbion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages