Skip to content

thuanvu301103/ModuERP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ModuERP

Plug-in SME

Activate Virtual Environment

  • In project folder, create a Virtual Environment:
python -m venv venv
  • Activate Virtual Environment:
venv\Scripts\activate

Migrate Database

  • Create migartion files for new app:
python manage.py makemigrations new_app
  • Start migartion process:
python manage.py migrate

Run seeder

python manage.py seed_inventory

Create Superuser

  • Run the following command in terminal:
python manage.py createsuperuser
  • Input information...

Start Project

  • Start project:
python manage.py runserver
  • Default URL: http://127.0.0.1:8000/

About

Plug-in SME inspired by Odoo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors