Django based hardware inventory management system
pip
- instructions herevirtualenvwrapper
- instructions herenpm
- instructions herebower
- instructions here
$ mkvirtualenv hardwarelab
$ workon hardwarelab
(hardwarelab) $ pip install -r requirements.txt
(hardwarelab) $ bower install
(hardwarelab) $ python manage.py makemigrations
(hardwarelab) $ python manage.py migrate
(hardwarelab) $ python manage.py createsuperuser
(hardwarelab) $ python manage.py runserver
Now, open http://127.0.0.1:8000/admin.
-
To run on localhost:
$ workon hardwarelab (hardwarelab) $ python manage.py runserver