A Django project for STAC inventory management system. Uses Django v2.0
- Create a new virtual environment and activate it.
$ pyvenv inv
$ source inv/bin/activate
- Install dependencies.
$ pip install -r requirements.txt
- Create the database.
$ python manage.py migrate
- Launch the development server:
$ python manage.py runserver
- Visit the url http://127.0.0.1:8000/ on your browser.