can you tell me the username and password for admin ? when ive sign up it didnt work or can you tell me how to change the username and password please ?
As always, another Epic series. Thank you so much @JustDjango for doing this for us. So appreciate you and this Channel. Waiting for Part 2. Thanks again.
I cannot wait! this is hopefully going to be interesting with the theory side of things as much as the practical. THANK YOU so much for taking the time to make and share.
Actually, i think its good that instructor leave some detail behind the scene, its very good chance to you made this setup yourself. Like load static or edit templates, its not hard but still good practice especially if you are newbie in django
this is a very good video buh I think he's rushing too much , even if we're not beginners you should take your time and deliver the tut one by one that will be Super cool ..Thank you
@@sanketnawale1938 I totally forgot about this comment! I never got around to making this series but I did make a bunch of other series including Flutter and Next.js!
Amazing, one thing I really wish if you've left the project boilerplate virgin so we can follow along with you because the repo now is a complete version which is not helpful for learning
If anyone is watching this in 2020 during the global lockdown and having problems with STATIC files, just rename your 'static_in_env' or 'static' (what ever you created before) directory to 'static_files', or whatever you have in your settings.py: STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static_files')]. And you should be fine :)
Why does the part 2 video have different files than what we left off with at the end of this video? Also why did you not show what you changed at the end of this video? I'm stuck at 16:16 and you just jump to the completed product without showing how you changed the code.
I got stuck here as well at setting the static folder path. comment out the stattic_root and add the static path to staticfiles_dir list. Source: stackoverflow.com/questions/6014663/django-static-file-not-found
What changes did you make when you put the check-out page at the end of the video? Please help on that part. The video is too fast and a lot of parts are skipped.
I don't see why not being a tutorial video, of course, this is just a simple version of an eCommerce app, but you can build on it more and more and make it applicable in a real web app.
can you tell me the username and password for admin ? when ive sign up it didnt work or can you tell me how to change the username and password please ?
Hey "python manage.py rename name" not working. Says that new argument needed. Also inside rename.py in core/management there is a current and a new argument. But I cant use any of them too. Plz help Edit: I got it. So u need to write python manage.py rename demo newname. With demo being the default name (current name) in the boilerplate and newname is the name that u want your website to have.
I have a question, ive been following your tutorial for the last few days now and ive made it to the checkout summary.. but, i get an error saying "cannot query 'admin' must be 'userprofile' instance? ive also noticed that you use 'settings.auth.user.model' as a user argument and i feel ive missed something here? did you override the default user to a custom user? Have also seen the userprofile settings in models or one on the .py files.. I'd love to know more about this. Thanks, Love your videos very helpful.
Very detailed video. However, stuck in the last 2 minutes of the video, suddenly the templates change. Instead of 'Free Download' 'Free tutorials', the link becomes Checkout and Product. Flow got lost. How to change the templates to be inline with the end of Video1. Any leads. Great work is done.
sir i check Ecommerce website but there it lot of shotcut regarding templates it is very fast but you provide very high level programing and big process thanks for you.
'django project boilerplate' repository has been changed in github lately and it doesn't look the same as the one you worked with in this tutorial.. Please help
Geno 87 Can anyone help me out with my css and HTML ? I did everything but it’s not working. If I upload my files on GitHub a, will someone help me please ?
Hi nice video tutorial. I m just having one issue as when I put the static thing to the img href, the images are not showing ! Any help in this regard. Thanks!
you need to download the images from the external URL into your static folder, and then you refer to the URL to the place where they are stored on your local computer.
was enjoyably following along until you reached 16:12 . then had to do own research, instead i copied your github code and now have completed sourcecode ...
He didn't give the boiler-plate in the description, instead gave out the completed code. You can check the URL when he clones the boiler-plate template at 0:11
@JustDjango do you have the old version of the template ? with the link above, everything has been changed in it and there's no products etc... in the nav bar ? please i really need it !!!
Hi! I'd love to follow along this tutorial, however, my Python 3.8 doesn't allow me to install Pillow 6.2.0 (and I am pretty at loss when it comes to downgrading Python on mac... unless I have to). Is it OK to proceed with Pillow 6.2.1 instead?
I think it`s better to downgrade the Python, if you persist on Python 3.8, maybe there`s some more others problems to solve, or maybe, there`ll get some others packages that are not compatible with Python 3.8
The jump at the end for extending the templates, has left me a bit in the air. Unable to replicate the desired result. Can anyone please let me know where the blocks have to be placed?
@@alexmuia THANK YOU SO MUCH! YOUR COMMENT REPLY SHOULD BE PINNED NGL! I was trying to find answers in the comments and scrolled for a good hour until I saw your comment, which was hidden as a reply of another. Seriously, this was what I needed and most people have asked the same question but none have been answered (at least from what I saw).
my homepage is not looking like yours at this time 14:32, as you said we need to combine static in src, href and link also i did that but i dont know what i missed it still not looking like yours homepage (any link for that homepage file ?)
Thank You for the wonderful tutorial. While signing up as a new user, was getting an error message - "a server error occurred during email signup. please contact the administrator". Do you know how to fix this?
Django fully supports scalability, so as long as you server can handle it, the software won't have any problems. In fact, just a few exemples, youtube, Instagram, dropbox, spotify and Mozilla are made using python and django.
why using django 2.2 requirement when django is at 3.0.7 latest stable version? Do you have an updated version of this tutorial using latest django features?
the extend from base like in the math i will give you an example 2x^2+3x-5x ---> this all pages for example but base it will be like this x(2x+3-5) the base.html is the x in this case you need to understand like this if anyone have other descriptions please let us know good luck bro
that happens when i run pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement Django==2.2 ERROR: No matching distribution found for Django==2.2 (from -r requirements.txt (line 2))
Files won't rename and server won't start due to settings.py file missing in github. Also, the rename.py has a path to a folder called "demo" which is not on github, heads up. Would seriously buy this tutorial if I knew the actual site would be a good starter page to work on this (message me if you know for sure your actual paid tutorial boilerplate works through github cloning)
@@MuhammadUsman-nw9hr yeah, I left moved on and left Django, only real option they have that is robust enough is Oscar and that isn't a great option (large learning curve and doesn't have great docs or any tutorials anywhere for it, couldn't get anything other than their prebuilt sandbox running locally so after two days I moved on). I'm still researching but will probably build it in JS. If you find a good Python option post it. Oh if you want a simple store with python and graphql, Saleor (getsaleor.com) is a decent option, but it's extremely opinionated (just like Oscar, but thousand times more). But it looks good, has a rad backend and works out of the box
@Vignesh Ramesh thanks, but that is the same as what I was trying to run from download of "django_project_boilerplate_master"... should the rename still work on Macos with the same command?
What is the difference between simple Django installation and in this 'Django project boilerplate'? Mean which things are included in by default in this 'Django project boilerplate' ?
The problem was in urls.py in the basic app, I removed: " if settings.DEBUG: import debug_toolbar urlpatterns += [path('__debug__/', include(debug_toolbar.urls))" I don't know the reason!
@@oldelkhot well my boiler plate shows something like this "if settings.DEBUG: urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)" so confused !
Does the rename command only work with MacOs and Linux? I cannot get it to work on windows 10 it keeps saying no such file or directory. Command I am using: *python **manage.py** rename djecommerce myProjectName*
hello thanks for the video.... i would like to find out how i build up a django website, that has 3 parts. 1. the admin dashboard, 2 . a dashboard for the seller 3. seller can login and buy items. an e-commerce website like alibaba
Hi. I'm following this tut, however i can't even start because my virtualenv is on python2 instead of python3, OS: linux Running virtualenv with interpreter /usr/bin/python2 New python executable in /home/jose/Desktop/webreact/django_project_boilerplate/env/bin/python2 Not overwriting existing python script /home/jose/Desktop/webreact/django_project_boilerplate/env/bin/python (you must use /home/jose/Desktop/webreact/django_project_boilerplate/env/bin/python2) How can i fix this?
My fav Django youtuber
can you tell me the username and password for admin ? when ive sign up it didnt work or can you tell me how to change the username and password please ?
As always, another Epic series. Thank you so much @JustDjango for doing this for us. So appreciate you and this Channel. Waiting for Part 2. Thanks again.
I think so
I cannot wait! this is hopefully going to be interesting with the theory side of things as much as the practical. THANK YOU so much for taking the time to make and share.
excellent. i've been spending too much time on introductory django courses. this is the next step i needed to take. thanks!
Actually, i think its good that instructor leave some detail behind the scene, its very good chance to you made this setup yourself. Like load static or edit templates, its not hard but still good practice especially if you are newbie in django
Great series! Your channel is my main django resource here on TH-cam.
do you have the old version of the template ? with the link above, everything has changed in it ? please i really need it !!!
Finally some django action!
waiting for the next part of this series, it's awesome!!
do you have the old version of the template ? with the link above, everything has changed in it ? please i really need it !!!
this is a very good video buh I think he's rushing too much , even if we're not beginners you should take your time and deliver the tut one by one that will be Super cool ..Thank you
Damn, I'll follow this series!
Great video! I'm starting a series like this soon too!
Good luck !
@@sanketnawale1938 I totally forgot about this comment! I never got around to making this series but I did make a bunch of other series including Flutter and Next.js!
@@BenjaminCarlson Aha.! Are you planning to make later ?
Can’t wait for next video
Thank you for the interesting course, but where to get the original, empty project, core? I did not find it in the branch. Thanks you.
Amazing, one thing I really wish if you've left the project boilerplate virgin so we can follow along with you because the repo now is a complete version which is not helpful for learning
There's a boilerplate repo in his github "django_project_boilerplate"
@@MrCreeeeeeeepy so i didn t notice the "django_project_boilerplate" until i read ir from you thanks a lot man ¡¡¡¡¡¡¡
If anyone is watching this in 2020 during the global lockdown and having problems with STATIC files, just rename your 'static_in_env' or 'static' (what ever you created before) directory to 'static_files', or whatever you have in your settings.py: STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static_files')]. And you should be fine :)
Thank you!!!!!! I've spent a really long time on looking for this answer
Thank you sooooo much dude. I was stuck at this for hours and was just about to give up. thanks really.
How and why is the settings folder divided for those subfolders since I wanna start the project from the scratch?
Best Django channel by far! Thank you so very much!
eagerly waiting for the next..hope it'll be a complete Django Ecommerce...
Please use the files you initially started with as the video progresses.
awesome as always, thanks teacher
Thanks much your content and teaching skills are great I learned a ton...🤙
Sir, you are awesome, Please make one video on django default caching. I mean on 'Memcached' in django
Fantastic tutorial, very useful to my project. Thank man.
Why does the part 2 video have different files than what we left off with at the end of this video? Also why did you not show what you changed at the end of this video? I'm stuck at 16:16 and you just jump to the completed product without showing how you changed the code.
I got stuck here as well at setting the static folder path. comment out the stattic_root and add the static path to staticfiles_dir list. Source: stackoverflow.com/questions/6014663/django-static-file-not-found
Where can I find the version of code that is exactly like when the video starts? I only found the version with all the code filled in
Maybe you could look for the History of the commits on GitHub.
Thank you for your source it help me a lot to learn more in Django ❤️🐍🐍🐍
I swear I subscribed before i saw any video of yours. That is how helpless I am
#help post ,
why {%load static %} is not work ?
Everything is just made simple for me to understand
If you are having issues renaming the project note that with the new files you would need to issue $ python manage.py rename demo *new desired name*
Thanks
thanks
Thanks for your very interesting videos
What changes did you make when you put the check-out page at the end of the video? Please help on that part. The video is too fast and a lot of parts are skipped.
this is amazing!
#help post ,
why {%load static %} is not work ?
thank you so much this really helped me out !!
Thank u for this awesome video and series
#help post ,
why {%load static %} is not work ?
this is one of the best vedio i watched today in morning, can we use this website in real situation.
I don't see why not being a tutorial video, of course, this is just a simple version of an eCommerce app, but you can build on it more and more and make it applicable in a real web app.
Very nice! Thank you!
Thanks bro.. Nice work
can you tell me the username and password for admin ? when ive sign up it didnt work or can you tell me how to change the username and password please ?
Pretty nice explanations.Thanks for it.
Great. Thanks bro.
Awesome explanation and guidance thanks
Great tutorial! thank you!
Was looking forward to this tutorial...Not even 5 minutes in had to scrap it...I would suggest updating video.
Hey "python manage.py rename name" not working. Says that new argument needed.
Also inside rename.py in core/management there is a current and a new argument. But I cant use any of them too. Plz help
Edit: I got it. So u need to write python manage.py rename demo newname. With demo being the default name (current name) in the boilerplate and newname is the name that u want your website to have.
python manage.py rename this will work
@@awaisraza2285 thanks but i already got it
@@redsmile3663 did u face the error when running migration that secret_key must not be empty
@@awaisraza2285 no
@@awaisraza2285 Thankyou
Can you please tell me why would we use this boiler plate code. Why didn't we used normal django files
Amazing tutorial , so thourough and all in all comprehensive. However, can you provide us with the latest packages in the new requirements file ?
I have a question, ive been following your tutorial for the last few days now and ive made it to the checkout summary.. but, i get an error saying "cannot query 'admin' must be 'userprofile' instance? ive also noticed that you use 'settings.auth.user.model' as a user argument and i feel ive missed something here? did you override the default user to a custom user? Have also seen the userprofile settings in models or one on the .py files.. I'd love to know more about this. Thanks, Love your videos very helpful.
base repository: github.com/justdjango/django_project_boilerplate
thank you so much😍😍😍
thank you so much
Totally what I was looking for. Thanks JD.
do you have the old version of the template ? with the link above, everything has changed in it ? please i really need it !!!
Very detailed video. However, stuck in the last 2 minutes of the video, suddenly the templates change. Instead of 'Free Download' 'Free tutorials', the link becomes Checkout and Product. Flow got lost. How to change the templates to be inline with the end of Video1. Any leads.
Great work is done.
did ur doubt cleared i also stcuked in that dont know what to do? can u help
I have the same question
how you changed the templates in the screen and added checkout and products in the website?
very very awesome, thank you so much...
#help post ,
why {%load static %} is not work ?
awesome videos, wish we would do it from the ground up a little more though.
sir i check Ecommerce website but there it lot of shotcut regarding templates it is very fast but you provide very high level programing and big process thanks for you.
'django project boilerplate' repository has been changed in github lately and it doesn't look the same as the one you worked with in this tutorial.. Please help
I am also Facing the same problem
in the rename.py file, at line 20, replace f'{current_project_name}/settings.py' with f'{current_project_name}/settings/base.py'
same here
Use the command 'python manage.py rename core '
@@vaibhavgarg9289 You should use 'python manage.py rename demo '
as in currrent boilerplate the project name in demo
Thank JD for fantastic tutorial. Just a question.. why alauth instead of Basic authentication?
Geno 87 Can anyone help me out with my css and HTML ? I did everything but it’s not working. If I upload my files on GitHub a, will someone help me please ?
Hi nice video tutorial. I m just having one issue as when I put the static thing to the img href, the images are not showing ! Any help in this regard. Thanks!
you need to download the images from the external URL into your static folder, and then you refer to the URL to the place where they are stored on your local computer.
Good video! However, if you don't give the code at different stages or just make a jump as you did at the end of the video we won't be able to follow.
Hey Manuel. I had the same thought. Were you able to get past the end extending the template thing? Unable to get the desired results.
was enjoyably following along until you reached 16:12 . then had to do own research, instead i copied your github code and now have completed sourcecode ...
the original download already has a folder named djecommerce. issue in running manage.py commands "no module named decouple" error please have a look
@deepeshDhakal how did you solve this error cause I am also facing the same error.
He didn't give the boiler-plate in the description, instead gave out the completed code. You can check the URL when he clones the boiler-plate template at 0:11
@JustDjango do you have the old version of the template ? with the link above, everything has been changed in it and there's no products etc... in the nav bar ? please i really need it !!!
Hi! I'd love to follow along this tutorial, however, my Python 3.8 doesn't allow me to install Pillow 6.2.0 (and I am pretty at loss when it comes to downgrading Python on mac... unless I have to). Is it OK to proceed with Pillow 6.2.1 instead?
I think it`s better to downgrade the Python, if you persist on Python 3.8, maybe there`s some more others problems to solve, or maybe, there`ll get some others packages that are not compatible with Python 3.8
@@GabrielAndrade1 Thank you! I will maybe try and use a different version of Python in virtual environment then somehow :)
Thanks for the tutorial justdjango, can we make websites completely using django, skipping client side fw like angular. any guidance is appreciated
Hi, Your videos are great.
can you make video on how you come up with database structure you have.
how to think to make a database like this.
The jump at the end for extending the templates, has left me a bit in the air. Unable to replicate the desired result. Can anyone please let me know where the blocks have to be placed?
Aah NVM! Got it to working.....!!
@@anicoolattitude How bro?
Were is the boilerplate?
Very nice
Hey man, Are you looking at implementing any react into this project?
If it is necessary then yes but at the moment I don't think there will be any react
i added the static tag to the home page for styling but the style is the same
why the styling in my case doesn't work any one solved this prblm?
me too. Did you get the solution?
@@alexmuia
i think you need to change the name from
{% extends 'base.html' %}
to {% extends 'anotherName.html' %}
try it.
Just found the solution. In the STATIC DIRS in settings.py change the DIR to 'static_in_env' it worked for me
@@alexmuia THANK YOU SO MUCH! YOUR COMMENT REPLY SHOULD BE PINNED NGL! I was trying to find answers in the comments and scrolled for a good hour until I saw your comment, which was hidden as a reply of another. Seriously, this was what I needed and most people have asked the same question but none have been answered (at least from what I saw).
@@resai17 you're welcome. I am glad you found a solution in my comment
my homepage is not looking like yours at this time 14:32, as you said we need to combine static in src, href and link also i did that but i dont know what i missed it still not looking like yours homepage (any link for that homepage file ?)
how did you divide up the html files? U skipped this to make the course short but its confusing
Nice. Thank you
Is it possible to make it multivendor ?
this is interesting, not another blog with django
Thank You for the wonderful tutorial. While signing up as a new user, was getting an error message - "a server error occurred during email signup. please contact the administrator". Do you know how to fix this?
#add this to settings/base.py
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
ACCOUNT_EMAIL_VERIFICATION = "none"
How many items can it handle? would it still be fast and flexible when having 10k items?
Django fully supports scalability, so as long as you server can handle it, the software won't have any problems. In fact, just a few exemples, youtube, Instagram, dropbox, spotify and Mozilla are made using python and django.
In this project which django version should i use now 2.2.8 or the updated one?
why using django 2.2 requirement when django is at 3.0.7 latest stable version? Do you have an updated version of this tutorial using latest django features?
Will this whole series be okay to run in Django 3?
Where can I find a video that develops this from scratch?
Could any one tell how he extend from base.html ?? how product and checkout page shows
the extend from base like in the math i will give you an example
2x^2+3x-5x ---> this all pages for example
but base it will be like this
x(2x+3-5)
the base.html is the x in this case
you need to understand like this
if anyone have other descriptions please let us know
good luck bro
I only have one product ( a shirt) in a home page can you help please
that happens when i run pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement Django==2.2
ERROR: No matching distribution found for Django==2.2 (from -r requirements.txt (line 2))
I had the same error, and then tried with: pip3 install -r requirements.txt , and it worked
V L yes when I used pip3 it worked but then every time i run manage.py it displays a syntax error.
can you make a video on how to deploy it on heroku?
Can you use some framework for front end such as vuejs ?
is all courses is free on your website about django
Files won't rename and server won't start due to settings.py file missing in github. Also, the rename.py has a path to a folder called "demo" which is not on github, heads up. Would seriously buy this tutorial if I knew the actual site would be a good starter page to work on this (message me if you know for sure your actual paid tutorial boilerplate works through github cloning)
any solution ??
@@MuhammadUsman-nw9hr yeah, I left moved on and left Django, only real option they have that is robust enough is Oscar and that isn't a great option (large learning curve and doesn't have great docs or any tutorials anywhere for it, couldn't get anything other than their prebuilt sandbox running locally so after two days I moved on). I'm still researching but will probably build it in JS. If you find a good Python option post it.
Oh if you want a simple store with python and graphql, Saleor (getsaleor.com) is a decent option, but it's extremely opinionated (just like Oscar, but thousand times more). But it looks good, has a rad backend and works out of the box
@Vignesh Ramesh thanks, but that is the same as what I was trying to run from download of "django_project_boilerplate_master"... should the rename still work on Macos with the same command?
What is the difference between simple Django installation and in this 'Django project boilerplate'?
Mean which things are included in by default in this 'Django project boilerplate' ?
settings for the static files.. etc are included in the boilerplate
Thank you bro
The template link no longer functions
Can you please create a series on graphene-django..with file upload feature
home-page.html does not load the static files. "I guess the GitHub-files changed?"
The problem was in urls.py in the basic app, I removed:
"
if settings.DEBUG:
import debug_toolbar
urlpatterns += [path('__debug__/', include(debug_toolbar.urls))"
I don't know the reason!
@@oldelkhot well my boiler plate shows something like this "if settings.DEBUG:
urlpatterns += static(settings.STATIC_URL,
document_root=settings.STATIC_ROOT)
urlpatterns += static(settings.MEDIA_URL,
document_root=settings.MEDIA_ROOT)"
so confused !
hello man, i am having an issue regarding to account signup function, can you help me please!!!!!
does this work with python3.10 to run the project?
Does the rename command only work with MacOs and Linux? I cannot get it to work on windows 10 it keeps saying no such file or directory. Command I am using:
*python **manage.py** rename djecommerce myProjectName*
hello thanks for the video....
i would like to find out how i build up a django website, that has 3 parts. 1. the admin dashboard, 2 . a dashboard for the seller 3. seller can login and buy items. an e-commerce website like alibaba
If you find an answer can you share it here please, I have the same question but no answers.
Is it in django 3 ?
why django 2.2, can we do this using django 3?
Django 2.2 have LTS (long time support) but you free to go with django 3
I'm having this error cannot import name 'config' from 'decouple' how do is resolve this ?
Can you make frontend using Vue.js or React.
Hi.
I'm following this tut, however i can't even start because my virtualenv is on python2 instead of python3, OS: linux
Running virtualenv with interpreter /usr/bin/python2
New python executable in /home/jose/Desktop/webreact/django_project_boilerplate/env/bin/python2
Not overwriting existing python script /home/jose/Desktop/webreact/django_project_boilerplate/env/bin/python (you must use /home/jose/Desktop/webreact/django_project_boilerplate/env/bin/python2)
How can i fix this?