web site build using Django 2.0.
- panel controle for admin to add device and brand.
- accounts users (login, signup, rese password).
- search.
To use this project, follow these steps:
$ git clone https://github.com/youssefhoummad/storetech.git
$ cd storetech
$ python manage.py migrate
$ python manage.py loaddata db.json
$ python manage.py createsuperuser
$ python manage.py runserver
See also, a ready-made application, ready to deploy.