Version: 0.0.1 with python3 and django
👉 Download the code
$ git clone https://github.com/irAbs174/inventory.git
$ cd inventory
👉 Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
👉 Set Up Database
$ python manage.py makemigrations
$ python manage.py migrate
👉 Create the Superuser
$ python manage.py createsuperuser
👉 Start the app
$ python manage.py runserver
At this point, the app runs at http://127.0.0.1:8000/
.
mail: [email protected] github: @irAbs174