Skip to content

Varunvaruns9/STAC-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79e38ef · Jul 4, 2018

History

44 Commits
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Mar 28, 2018
Jul 4, 2018
Jul 4, 2018
May 18, 2018
Jul 4, 2018
Jul 3, 2018
Mar 28, 2018
May 18, 2018

Repository files navigation

STAC-Inventory

A Django project for STAC inventory management system. Uses Django v2.0

Local Deployment

  1. Create a new virtual environment and activate it.
$ pyvenv inv
$ source inv/bin/activate
  1. Install dependencies.
$ pip install -r requirements.txt
  1. Create the database.
$ python manage.py migrate
  1. Launch the development server:
$ python manage.py runserver
  1. Visit the url http://127.0.0.1:8000/ on your browser.