An open API service indexing awesome lists of open source software.

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

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