Skip to content

A minamilist base for a erp software builded with python

Notifications You must be signed in to change notification settings

davisonv/base-erp-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Locally

Clone the project

  git clone https://github.com/davisonv/base-erp-backend

Go to the project directory

  cd my-project

Create a venv

  python -m venv venv

Activate the venv

  source ./venv/bin/activate

Install dependencies

  pip install -r requirements.txt

Make the migrations then migrate

  python manage.py makemigrations
  python manage.py migrate

Run the development server

  python manage.py runserver

About

A minamilist base for a erp software builded with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages