https://github.com/ananto30/django-shop
An inventory and purchase/sales (transaction) management Django app with custom django admin and django rest
https://github.com/ananto30/django-shop
django django-admin django-project django-rest-framework documentation
Last synced: about 1 year ago
JSON representation
An inventory and purchase/sales (transaction) management Django app with custom django admin and django rest
- Host: GitHub
- URL: https://github.com/ananto30/django-shop
- Owner: Ananto30
- Created: 2018-12-25T09:24:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T16:29:03.000Z (about 3 years ago)
- Last Synced: 2024-05-21T06:06:38.976Z (about 2 years ago)
- Topics: django, django-admin, django-project, django-rest-framework, documentation
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-shop
An inventory and purchase/sales (transaction) management Django app with custom django admin and django rest
## Installation
Use Python 3 (recommended v3.6)
Git clone then use a virtual environment.
Install requirements.
```sh
pip install -r requirements.txt
```
Make migrations.
```sh
python manage.py makemigrations
python manage.py migrate
```
Create superuser.
```sh
python manage.py createsuperuser
```
Start server.
```sh
python manage.py runserver
```
## Documentation
* localhost:8000/docs