@@ -24,7 +24,7 @@ An inventory management system, based on buckets you can place items in
24
24
- ` django-admin startproject website `
25
25
- ` cd website `
26
26
3 . Get python3-django-inventory
27
- - ` git clone https://github.com/ChaosRambo /python3-django-inventory.git inventory `
27
+ - ` git clone https://github.com/dadrc /python3-django-inventory.git inventory `
28
28
4 . Configure Django
29
29
- ` vim website/settings.py `
30
30
- Add to ` INSTALLED_APPS ` :
@@ -38,7 +38,7 @@ An inventory management system, based on buckets you can place items in
38
38
- Test Django
39
39
- ` ./manage.py runserver `
40
40
- You will see the Django Test site
41
- - ![ enter image description here] ( https://github.com/ChaosRambo /python3-django-inventory/blob/master/screenshots/django_testpage.jpeg?raw=true )
41
+ - ![ enter image description here] ( https://github.com/dadrc /python3-django-inventory/blob/master/screenshots/django_testpage.jpeg?raw=true )
42
42
7 . Add URL Config
43
43
- ` vim website/urls.py `
44
44
- Add if not exists:
@@ -51,7 +51,7 @@ An inventory management system, based on buckets you can place items in
51
51
- Test Django
52
52
- ` ./manage.py runserver `
53
53
- You will see an empty inventory
54
- - ![ enter image description here] ( https://github.com/ChaosRambo /python3-django-inventory/blob/master/screenshots/empty_inventory.jpeg?raw=true )
54
+ - ![ enter image description here] ( https://github.com/dadrc /python3-django-inventory/blob/master/screenshots/empty_inventory.jpeg?raw=true )
55
55
11 . Add Admin
56
56
- ` ./manage.py createsuperuser `
57
57
12 . Close User
@@ -87,7 +87,7 @@ An inventory management system, based on buckets you can place items in
87
87
88
88
1 . Write NGINX Config
89
89
- Download this config
90
- - `wget https://raw.githubusercontent.com/ChaosRambo /python3-django-inventory/master/documents/nginxconf -O inventory -P /etc/nginx/sites-available`
90
+ - `wget https://raw.githubusercontent.com/dadrc /python3-django-inventory/master/documents/nginxconf -O inventory -P /etc/nginx/sites-available`
91
91
- `ln -s /etc/nginx/sites-available/inventory /etc/nginx/sites-enabled/`
92
92
- Optional: DIY
93
93
- Write your Own Nginx config and create a Softlink to `sites-enabled`
0 commit comments