golden-k22 / ERP-solution

0 stars 0 forks source link

Our APP ======= ERP Solutions

Technologies used for this project

We used django 3.2.8, python 3.8.5, bootstrap 5.0.1, jquery 3.5.1 in our app.

Installation

for running our app, You have to install python or anaconda on your pc or server.

  1. Install dependencies with pip. (If you are using virtual environment remember to activate it)

    pip install -r requirements.txt

  2. Perform migrations:

    python manage.py makemigrations

    Or Do the migrations separately in case the command does not fail.

    python manage.py makemigrations accounts

    python manage.py makemigrations sales

    python manage.py makemigrations project

    python manage.py makemigrations maintenance

    python manage.py makemigrations expenseclaim

    python manage.py makemigrations inventory

    python manage.py makemigrations siteprogress

    python manage.py makemigrations toolbox

    And finally create the database.

    python manage.py migrate

  3. Run the project:

    python3 manage.py runserver 172.16.0.86:8000

Load test data (Optional):