Skip to content

Commit c4fbd24

Browse files
committed
Added Results
1 parent c30454b commit c4fbd24

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

README.md

+52-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,53 @@
11
# Django-Inventory-Management
2-
A minimal Inventory Management System using Django Rest Framework and Angular 6
2+
A minimal Inventory Management System using Django
3+
4+
## Features
5+
6+
- Easy to use
7+
- A simple GUI
8+
- Faster load speeds (thanks to Django 2.x!)
9+
- Reports for keeping track of payments
10+
- Download invoice PDF
11+
- What is see is waht you get
12+
13+
## Working
14+
15+
![Working](results/django_invoice_generator.gif)
16+
17+
## How to use
18+
19+
- Download the zip
20+
- Extract the contents
21+
- Install all dependencies by executing the following command:
22+
23+
```
24+
$pip install -r requirements.txt
25+
```
26+
27+
- For running the application simply execute the following commands:
28+
29+
```
30+
$python3 manage.py migrate
31+
$python3 manage.py runserver
32+
```
33+
34+
- For creating a user execute:
35+
36+
```
37+
$python3 manage.py createsuperuser
38+
# Follow the instructions
39+
```
40+
41+
- You can now login to the system!
42+
43+
44+
### Built with ♥ and :coffee: by [`Omkar Pathak`](http://www.omkarpathak.in/)
45+
46+
# Donation
47+
48+
If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)
49+
50+
| PayPal | <a href="https://paypal.me/omkarpathak27" target="_blank"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg" alt="Donate via PayPal!" title="Donate via PayPal!" /></a> |
51+
|:-------------------------------------------:|:-------------------------------------------------------------:|
52+
| ₹ (INR) | <a href="https://www.instamojo.com/@omkarpathak/" target="_blank"><img src="https://www.soldermall.com/images/pic-online-payment.jpg" alt="Donate via Instamojo" title="Donate via instamojo" /></a> |
53+

results/django_invoice_generator.gif

7.27 MB
Loading

0 commit comments

Comments
 (0)