Just started learning Django and youtube put this video on my Homepage. Good to see youtube is actually recommending good content no matter what the subscriber count is .
Didn't watch the video only went to description part, did you include the admin side as well in the project? So as a store owner he can modify his operations related stuff?
hell following error appear when i tried to runserver, how I resolve it? PS E:\venv2\backend\project> python manage.py runserver Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Python312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "C:\Python312\Lib\threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\utils\autoreload.py", line 64, in wrapper fn(*args, **kwargs) File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\core\management\commands unserver.py", line 126, in inner_run autoreload.raise_last_exception() File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\utils\autoreload.py", line 87, in raise_last_exception raise _exception[1] File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\core\management\__init__.py", line 394, in execute autoreload.check_errors(django.setup)() File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\utils\autoreload.py", line 64, in wrapper fn(*args, **kwargs) File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\apps egistry.py", line 91, in populate app_config = AppConfig.create(entry) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\apps\config.py", line 193, in create import_module(entry) File "C:\Python312\Lib\importlib\__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'app_shop'
Just started learning Django and youtube put this video on my Homepage. Good to see youtube is actually recommending good content no matter what the subscriber count is .
Thank you.
You are a God sent bro...u teaches well
@@codetim thank you.
wow django and react crazy stuff. keep it up.
Thank you.
You're doing great king 👑
@@ikedichuks Thank you so much King. 🙏🏽
Just found what i was looking for thanks keep creating such good and amazing projects
It is always my pleasure, thank you.
Wop First here. Weldone bro keep pushing
Thank you.
Thanks bro 🎉
@@penielstany you are welcome.
My young buddy breaking the records 🎉🎉🎉🎉😊😊🙂🙂👏👏🇻🇪🇻🇪🤝🤝👍👍
Thank you so much.
Does the project have a database? Thanks for the greate work
Yes it does.
great !!!!!
Thank you.
Didn't watch the video only went to description part, did you include the admin side as well in the project? So as a store owner he can modify his operations related stuff?
Yeah, the Django admin works.
I know javascript, but I never used react. Do you recommend me to start building this app, or should I learn react first?
You have to know some React JS.
sir why did you skipped the bootstrap contents?
@@gPrabhu-dp9uz The aim of the tutorial is to learn react and not bootstrap.
Good job. I need this source code
The link to the source code is in the video's description.
sir ur paste the codes how to i follow ur codes ??
@@goviprasath1205 the source is in the description.
@@CodeWithClinton but i have to pay i dont have money sir!
are u using for database? db sqltie3
I used db sqlite3.
Hi bro, what happened to the registration page
I skipped it to prevent the video from been too long.
Sir which country are you from
@@abdulrasheedadamu7474 I am from Nigeria.
Hi, I need the source code but unfortunately, I don't have any international payment instruments. can you please help me?
A bank card should work.
can u do a video for mpesa integration in Django using mpesa daraja remember to tag me in the video. looking forward to the video.
@@gikurujoseph okay, no problem.
i am not able to get the source code
@@manyamharsha4973 what issue are you facing?
It says that it is going to take me to my bank website to verify but it opens an empty webpage
@manyamharsha4973 okay, do well to try again.
hell
following error appear when i tried to runserver, how I resolve it?
PS E:\venv2\backend\project> python manage.py runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
File "C:\Python312\Lib\threading.py", line 1075, in _bootstrap_inner
self.run()
File "C:\Python312\Lib\threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\core\management\commands
unserver.py", line 126, in inner_run
autoreload.raise_last_exception()
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\utils\autoreload.py", line 87, in raise_last_exception
raise _exception[1]
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\core\management\__init__.py", line 394, in execute
autoreload.check_errors(django.setup)()
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\utils\autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\apps
egistry.py", line 91, in populate
app_config = AppConfig.create(entry)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\digilink\AppData\Roaming\Python\Python312\site-packages\django\apps\config.py", line 193, in create
import_module(entry)
File "C:\Python312\Lib\importlib\__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'app_shop'
It is called "shop_app" and NOT "app_shop".
@@CodeWithClinton what ever, I think app name doesn't matter
I want the source code
@@muhammadabba842 it is in the video's description.
@@CodeWithClinton ok
Taylor Kenneth Martinez Shirley Davis Edward
What is with the name?