Комментарии:
for some reason I am unable to do this projevt finding so many errors and difficulty as a beginner
1917 181024
Can I do this in vs code?
ОтветитьStarting from the middle of nowhere
ОтветитьAmazing lesson! Thank you for taking the time to create an insightful tutorial. I especially appreciated you showing us how to read documentations for further development.
ОтветитьWould this work as a final year project ??
Ответитьhow does the category get imported into the list that displays, where do i edit the categories itself
ОтветитьHi can someone teach me how to add existing items towards an inventory. Would I have to manually upload it through the all or where do i add it
ОтветитьThank you for this brilliant tutorial!
ОтветитьHello, it doesn't work when I log out. Whenever I go to /logout or when I click logout, the page shows "This page isn’t working." Do you have any ideas on how to fix this?
ОтветитьHow can I add category ??
ОтветитьDid anyone find a fix for the logout issue? Im having the same thing.
ОтветитьLogout does not work.
Ответитьcan you share the requirements.txt too? it's not on github
ОтветитьFor those stuck on the log out function and keep getting error 405, I found a fix. Under {% if user.is_authenticated %} on navigation.html; add this code as the logout button:
<li class="nav-item">
<form method="post" action="{% url 'logout' %}">
{% csrf_token %}
<button class="nav-link" type="submit">Log Out</button>
</form>
</li>
Can we populate the inventory with excel/smartsheet file data?
ОтветитьHello, it doesn't work when I log out. Whenever I go to /logout or when I click logout, the page shows "This page isn’t working." Do you have any ideas on how to fix this?
Ответитьim in the 62 minute and at this point, this is the best tutorial ive ever seen of a web project. congrats mate
ОтветитьCan we move this project into cloud and implement as a Cloud Inventory management system ?
ОтветитьWhich version of python and Django are you using in this video?
ОтветитьAfter hitting get started I’m able to get to my login page. I get error page after logging in. I’m not able to get to my dashboard with an account . When I go back to the main page it shows my login id on the top right. I think it’s a thing about the crispy forms but I’m not able to figure out the problem. It’s just the same with the online delivery app. Always get an error page telling me account/profile can’t be found.
ОтветитьHello Brother! I want to add two more columns for CostPrice and SellPrice. How can I add them
ОтветитьThank you so much
🥰😃🥰🥰🥰🥰
Thanks!
ОтветитьThank you so much 👍
Ответитьgreat. do some advance projects now. or may a part two of it with more features.
ОтветитьGood to see you back sir.
Ответить