Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockReadingApp

A minimal inventory management app

Local Setup

  • You should start by creating a virtualenv
  • Install requirement
    $ pip install -r requirements
  • Setup your postgresql database named 'stockreading'. Or edit the database name in the setting to match yours.
  • Migrate the database by running
    $ python manage.py migrate
  • Then run
    $ python manage.py collectstatic
  • Run your server
    $ python manage runserver

You are all set !

About

A minimal inventory management app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages