Grocery Point of Sales POS System in Python Django DEMO

Sdílet
Vložit
  • čas přidán 3. 03. 2022
  • Download the full source code here:
    www.sourcecodester.com/python...
    For more source codes, please visit www.sourcecodester.com/. We have so many example projects prepared and uploaded on the website that you may use. Don't forget to subscribe to my channel and hit the notification bell to keep updated on my new uploads.
  • Věda a technologie

Komentáře • 11

  • @villanuevagonzalezwaldo196
    @villanuevagonzalezwaldo196 Před měsícem

    to people who want modified the code, dont touch views pos, posSave and their models it's many issues. Then is soo good this project.

  • @Dani3lll07
    @Dani3lll07 Před 9 měsíci

    this is more than grocery ... i love it

  • @sayyedsameerbasir2593

    Thank you so much for this

  • @arshilasad4856
    @arshilasad4856 Před rokem +1

    hello, I wanted to get in touch with the person who created this, how do I contact him? please help

  • @TessLane
    @TessLane Před rokem

    can you teach me how to deploy this to a web?

  • @shortsssforyou
    @shortsssforyou Před 3 měsíci

    how can i edit the admin

  • @PrograLab
    @PrograLab Před 2 lety

    hello do you know why i got this error ModuleNotFoundError: No module named 'flask', it happens when i hava to install python manage.py migrate

    • @learnpyjan3564
      @learnpyjan3564 Před 2 lety +2

      flash was not installed by default. pip install flask and the problem will go away.

    • @learnpyjan3564
      @learnpyjan3564 Před 2 lety

      flask

    • @learnpyjan3564
      @learnpyjan3564 Před 2 lety

      the folder posAPP under static should be rename as posApp to avoid 404 problems.

    • @sanakimbap6549
      @sanakimbap6549 Před 7 měsíci

      what I did is I commented it and it worked