@@ -24,7 +24,7 @@ An inventory management system, based on buckets you can place items in
2424 - ` django-admin startproject website `
2525 - ` cd website `
2626 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 `
2828 4 . Configure Django
2929 - ` vim website/settings.py `
3030 - Add to ` INSTALLED_APPS ` :
@@ -38,7 +38,7 @@ An inventory management system, based on buckets you can place items in
3838 - Test Django
3939 - ` ./manage.py runserver `
4040 - 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 )
4242 7 . Add URL Config
4343 - ` vim website/urls.py `
4444 - Add if not exists:
@@ -51,7 +51,7 @@ An inventory management system, based on buckets you can place items in
5151 - Test Django
5252 - ` ./manage.py runserver `
5353 - 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 )
5555 11 . Add Admin
5656 - ` ./manage.py createsuperuser `
5757 12 . Close User
@@ -87,7 +87,7 @@ An inventory management system, based on buckets you can place items in
8787
88881 . Write NGINX Config
8989 - 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`
9191 - `ln -s /etc/nginx/sites-available/inventory /etc/nginx/sites-enabled/`
9292 - Optional: DIY
9393 - Write your Own Nginx config and create a Softlink to `sites-enabled`
0 commit comments