Deploying to Heroku Server | Django (3.0) Crash Course Tutorials (pt 23)

  Рет қаралды 167,879

Dennis Ivy

Dennis Ivy

Күн бұрын

Пікірлер: 342
@DennisIvy
@DennisIvy 5 ай бұрын
Don't forget to check out my Complete Django course! dub.sh/NvGboTI
@AmanSharma-kq4rb
@AmanSharma-kq4rb 4 жыл бұрын
Man I wish I could hug you right now. I was on the verge of a fucking mental breakdown when your video just saved me. As a self learner, sometimes some problems can be really overwhelming. I was stuck at a step during deployment. I saw your video, then got some motivation that if you can successfully deploy then so can I. Went through your entire video, then through a shit ton of documentations and finally figured out the solution to my problem. Mad respect to you and the work you do. You are my inspiration. I wish you all the best in your journey.
@-DixonAndrewVandeStarSimbolon
@-DixonAndrewVandeStarSimbolon 4 жыл бұрын
for people who got an error like this fatal: not a git repository (or any of the parent directories): .git" in terminal go to root dir of your project and type git init
@firminnganduli2323
@firminnganduli2323 4 жыл бұрын
thank you so much
@rohitmehta5573
@rohitmehta5573 4 жыл бұрын
Thank you brother
@BrandonDelPozo
@BrandonDelPozo 4 жыл бұрын
it works (y)
@sandeepsinghnegi6348
@sandeepsinghnegi6348 4 жыл бұрын
sorry but it is still showing me the same error. how can i fix it
@sriram9786
@sriram9786 4 жыл бұрын
type git init this will create a reposotery then type the command it will work
@titan8788
@titan8788 3 жыл бұрын
Thank You very much! I've been trying to deploy my Django app for days and was ready to give up until your video showed up. Great Tutorial!
@deepaks3070
@deepaks3070 4 жыл бұрын
You are great. I have spent almost two days to deploy my website. But could not find the right solution. Most of the youtubers make it complicated and the beginners will be confused. You make it simple and clear. Finally I deployed my website after watching this tutorial. Thank you very much.
@madspank1816
@madspank1816 4 жыл бұрын
Спасибо за достойный контент. Смотрю, только, из-за твоего английского, он на охрененном уровне. Респект.
@georgekamakia7591
@georgekamakia7591 Жыл бұрын
Thanks, Dennis, your tutoring skills are top-notch, this tutorial helped me a lot..Kudos!
@jordanrob4240
@jordanrob4240 4 жыл бұрын
got your website for $40k in my recommended, watched it and i liked listening to your experience very inspiring i might add , seeing that you are using the technologies i want to prefect django + react as well as you being a relatively new youtuber got me to subscribe coz i think it'll be great to be here early and watch you grow. cheers! all the way from UG
@DennisIvy
@DennisIvy 4 жыл бұрын
Thank you Jordan I appreciate your support :) Django + React go very well together so it surprises me that I don't see more online with this combination.
@jordanrob4240
@jordanrob4240 4 жыл бұрын
ive been coding for a year and 5months and i've been subscribed to alot dev youtubers Traversy, DevEd etc but what i noticed is that most people want to stick to a fully JS stack or using python django/flask with a css framework (though traversy did actually try on this and we appreciate), yet something good can really come out incorporating both sides into one not that the former isn't capable im just sure there are more out there with a need for content using the two together , you already have points on this
@snex-techprogrammer5110
@snex-techprogrammer5110 4 жыл бұрын
@@DennisIvy Hello, am getting this error, what might be the problem -----> App not compatible with buildpack: buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz More info: devcenter.heroku.com/articles/buildpacks#detection-failure ! Push failed
@nisharulislam3556
@nisharulislam3556 4 жыл бұрын
Thank you Dennis. You are amazing. This crash course makes my django developing life more easy what i didn't get last three year.
@Jose-ol5xk
@Jose-ol5xk 2 жыл бұрын
DENNIS I'M ALMOST CRYING DUDE THANKS FOR THE HELP YOU ARE THE BEST!!!!!!!!!
@DennisIvy
@DennisIvy 2 жыл бұрын
😌
@sarafarron7844
@sarafarron7844 3 жыл бұрын
0:20 heroku account 0:42 1st method (connect git rep to heroku) 2:20 heroku cli 5:10 requirements in django project 11:50 connect github to heroku 19:45 2nd method
@abdullashafi580
@abdullashafi580 3 жыл бұрын
dude did you complete this .......I'm ruined with too much errors.......can you help me ?
@2024comingforyou
@2024comingforyou 3 жыл бұрын
17:19 Why cant I drag and drop folders to github like that ? It only happens with files
@Larszon89
@Larszon89 3 жыл бұрын
Amazing tutorial series. What would be extremely helpful sequel to these would be a some kind of tutorial for simple DevOps tasks with django. It would be useful to learn, how do to do continuous development and integration with django as there are not that many tutorials around. Most deployment tutorials focus on only deploying "finished" projects.
@pavankalyanadusumalli8827
@pavankalyanadusumalli8827 4 жыл бұрын
MANY MANY MANY THANKS for this video I have been trying to deploy my Django apps but I was not able to do so until I watch your video. It is really easy and helpful.
@m_jasurbek16
@m_jasurbek16 3 жыл бұрын
For those who are getting errors related to the collectstatic, I think you should consider looking at your CSS file if you have and avoid referencing images from the URL that is outside of your apps, in the base directory. This has helped me!
@tofunmiadeyinka6201
@tofunmiadeyinka6201 3 жыл бұрын
pls can you explain a lil bit more
@m_jasurbek16
@m_jasurbek16 3 жыл бұрын
@@tofunmiadeyinka6201 look at your files directory
@ikthedark.chowdhury7249
@ikthedark.chowdhury7249 3 жыл бұрын
Why did you suddenly switch from showing heroku cli set up to deploying through git 5:15? It was really confusing. It would be better if you showed the heroku cli setup after showing the first option (deploy using github).
@anselsolomon6270
@anselsolomon6270 3 жыл бұрын
Your tutorial is by far the best ever with much explanation...Thank you so much
@abhijeettiwari6965
@abhijeettiwari6965 4 жыл бұрын
Dennis sir you are astounding, I was trying to deploy django app from last 2months but Now I deployed it after watching this amazing tutorial. I am very glad and thankful to you for such amazing tutorial.
@russelrodriguez5093
@russelrodriguez5093 4 жыл бұрын
Thank you so much Sir Dennis, hope we achieve our goals
@fonatic5893
@fonatic5893 2 жыл бұрын
Appreciate your work, good luck to you, Dennis!
@randyballesterosm
@randyballesterosm Жыл бұрын
Hey man I just wanna say a huge thanks! I definitely will take one of your paid courses! great teaching!
@whit3rose
@whit3rose 4 жыл бұрын
12:43 - I never knew we can drag drop files onto github.
@mychromebook9935
@mychromebook9935 3 жыл бұрын
yep way easier and faster
@vivekshukla9485
@vivekshukla9485 3 жыл бұрын
its annoying sometimes because if your project files have any empty file it just stops uploading
@DanSevigny
@DanSevigny 2 жыл бұрын
To be honest, it was hard to follow this as a tutorial since it jumps around a lot... For example: First we add all files to Github THEN have to make edits and update the files on Github ... First we create requirements.text THEN we add another library (White Noise). Might help to write out what you're going to teach ahead of time, so you don't have to hop back and forth, which becomes confusing -- the content is hard enough as it is for beginners without all the jumping back and forth... Thanks for making this, still appreciative!
@zakirzeynalov8072
@zakirzeynalov8072 4 жыл бұрын
Is there someone else who still has collect static error, even after adding whitenoise and static_root? If yes, then did you fix it and how? Thanks.
@romit5867
@romit5867 4 жыл бұрын
i am having same issue. did you found any solution???
@samuelkwasiakoto3332
@samuelkwasiakoto3332 4 жыл бұрын
@@romit5867 pip install django_heroku in your virtual environment, type import django_heroku on top of the settings.py page and add django_heroku.settings(locals()) as last line of the settings.py page. I hope this helps you, I did and it worked for me
@romit5867
@romit5867 4 жыл бұрын
Samuel kwasi akoto i have already fixed this actually i forgot to run requirement txt in venv. Anyway thanks for the reply
@avantikasinghparihar2018
@avantikasinghparihar2018 4 жыл бұрын
@@samuelkwasiakoto3332 thank you!
@amankumar-qs5fy
@amankumar-qs5fy 3 жыл бұрын
@@avantikasinghparihar2018 hey i got the same error after fix. To run the command on virtual environment is necessary?
@loksewabyte
@loksewabyte 4 жыл бұрын
Really appreciate . We are expecting advanced tutorials in django
@DennisIvy
@DennisIvy 4 жыл бұрын
We'll advanced soon after the basics :)
@DarkStarRules
@DarkStarRules 3 жыл бұрын
If "git heroku push master" is causing errors, add a file to the static folder called ".keep". Then follow steps at 23:30
@theadrix92
@theadrix92 3 жыл бұрын
thank you Dennis. I could finally deploy my django app to heroku
@apurbadebnath4342
@apurbadebnath4342 3 жыл бұрын
Images couldn't uploded , how to solve it
@m_jasurbek16
@m_jasurbek16 3 жыл бұрын
Great video. Has helped me while deploying my own site. Thanks for your time!
@carsworld3433
@carsworld3433 3 жыл бұрын
i am using default database and staticfiles are not getting served
@vikramk6869
@vikramk6869 3 жыл бұрын
Till 18:10 I was able to follow. At this stage when I try to Deploy Branch I am getting "ERROR: Could not install packages due to an EnvironmentError: [ Error 2 ] No such file or directory: '/tmp/build/80754af9/asgiref_1617654513486/work' . I am not able to resolve this error . Kindly help me
@perplexedbot
@perplexedbot 3 жыл бұрын
kindly show how do we hide our keys in Heroku or how to we access environment variables from Heroku inside Django settings
@joeretzyee9181
@joeretzyee9181 2 жыл бұрын
hello dennis, I followed all the steps but i got server error(500)
@charanjeetsingh8590
@charanjeetsingh8590 4 жыл бұрын
Hi Denis, Do we have to create virtual environment for every Django Project
@mathelinux-b8h
@mathelinux-b8h 2 жыл бұрын
Can you do a tutorial of heroku handling media storages like pictures in an app during deployment
@sagarkc3662
@sagarkc3662 4 жыл бұрын
Media images that I uploaded from the admin is not showing up neither on local host nor on heroku...also the admin page is not showing up...and the heroku site says some error..although heroku compiled it successfully
@swag7297
@swag7297 4 жыл бұрын
Hey @Sagar Kc ! I had the same problem with the images and maybe i can help you if i can see your code. I had to change the MEDIA_ROOT to the STATICFILES_DIRS folder. I had my images in a Page model so i made some changes to the views.py and tags in the templates. Views.py- def mydef(request): model = Page.objects.get(page="Home") context = {'page' : model} return render(request, 'home.html', context) Templates- {% load static %} Let me know if you have more doubts!
@sagarkc3662
@sagarkc3662 4 жыл бұрын
@@swag7297 thank u very much sir🙏
@swag7297
@swag7297 4 жыл бұрын
@@sagarkc3662 You're welcome!!
@yashm05
@yashm05 4 жыл бұрын
method 2 --> 20:44
@vinaykakanuru
@vinaykakanuru 4 жыл бұрын
I have tried all points but my static images are not showing up in heroku app. Pic not found is showing up. Included all steps as provided in devcenter.heroku.com/articles/django-assets can anyone help me regarding this.!
@clubfootbear.stories
@clubfootbear.stories 4 жыл бұрын
One of the Best explanations!
@abdulkaderzilani1825
@abdulkaderzilani1825 4 жыл бұрын
Signup with mail verification locally work it properly. But when Deploy it on heroku server it's occurs error. How can solve it brother?
@dileep_achar
@dileep_achar 4 жыл бұрын
Easy way to deploy django projects, thanks a lotttt
@MrYoklmn
@MrYoklmn 4 жыл бұрын
Денис, спасибо и лайк!
@JobFormAutomator
@JobFormAutomator 2 жыл бұрын
Thank you Dennis. You are amazing. :)
@chandans5067
@chandans5067 2 жыл бұрын
I am having css,js and images files under static folder.Failing to render them all.Please help.
@yevs99
@yevs99 3 жыл бұрын
Thanks for this video sir, it helped me a lot to get done my work for deployment on heroku.
@newtontavengwa291
@newtontavengwa291 3 жыл бұрын
how come when i drag and drop sub folders are left out
@abdullahaziz3367
@abdullahaziz3367 3 жыл бұрын
Because the __init__.py files are empty. Write some comments in them and it should fix the problem
@nguyenvantrung3320
@nguyenvantrung3320 4 жыл бұрын
Thanks guys! Remember enable dynos in resources tab on heroku before running app.
@kavinbharathi
@kavinbharathi 4 жыл бұрын
How to do that. Can you please explain!
@aaronjoseph7879
@aaronjoseph7879 7 ай бұрын
How do you launch the django website through docker ?
@yapjy9657
@yapjy9657 4 жыл бұрын
hi, i got a problem for my django project tho. I used the same method to git push my files to heroku and followed every single step but problem is how come it just shows gunicorn.errors.HaltServer: , i checked everything is fine and i do pip install everything needed but when i checked with gunicorn --preload it just says that fntcl module not found... I'm using windows also then how come my project got problem tho :(
@kunalsinghal4060
@kunalsinghal4060 4 жыл бұрын
Use waitress
@zs-studio1
@zs-studio1 3 жыл бұрын
Thanks for your videos, Really helped me
@ayushvanvary
@ayushvanvary Жыл бұрын
why you dont host it on aws as you store database and static files on aws it would be more together sum
@pabbasumant5382
@pabbasumant5382 2 жыл бұрын
I have a problem with my Django project after deploying it to Heroku. When I go to the project url on Heroku, I am hit with a "ModuleNotFoundError at / No module named 'accounts.urls'.please help me sir
@abhishekshukla7234
@abhishekshukla7234 4 жыл бұрын
hey thanks for your video , can you please tell me how to check what exactly error is
@dipinr963
@dipinr963 3 жыл бұрын
when I click update order button ,its blank.I think we have return formset in update order too.
@cristiangomes6101
@cristiangomes6101 3 жыл бұрын
what is wrong with using post gree in production?
@BrianArtea
@BrianArtea 4 жыл бұрын
I liked the to-do list app and the store app from a different series than this, was going to go through this series but what a pain in the butt trying to get it deployed to a server. Isn't there some kind of way to get a production build like in react and you can just upload it to the server with no problems?
@empowerexcel4116
@empowerexcel4116 2 жыл бұрын
cant see my git repo in heroku, how can i see it to select it thanks
@abdelmoumenamine891
@abdelmoumenamine891 3 жыл бұрын
why i can't get connected to my github account from heroku plateforme
@harryjohn6736
@harryjohn6736 3 жыл бұрын
Dennis bro, my images are showing on local server but when I am deploying it on heroku images are not showing up and other functionality is working properly.Please help
@bartoszzielinski4292
@bartoszzielinski4292 2 жыл бұрын
Thanks! I Can't login to my admin account after deploying on heroku, any idea how to fix that. I'm using sqlite3, as well.
@salmixH2o
@salmixH2o 4 жыл бұрын
When I drag and drop all my files project in the github repository (just like Dennis did) some of them don't get picked up, so I have to re-drag and drop the missing ones...has anyone ever had the same problem?
@salmixH2o
@salmixH2o 4 жыл бұрын
@Free Speech yeah, I've noticed myself Github doesn't pick empty files, but sometimes it doesn't pick whole sub-folders because of that either...
@syedawaisahmed8917
@syedawaisahmed8917 4 жыл бұрын
I have the same problem how can I solve it??
@syedawaisahmed8917
@syedawaisahmed8917 4 жыл бұрын
@salmixH2o have you solved your issue??
@salmixH2o
@salmixH2o 4 жыл бұрын
@@syedawaisahmed8917 actually no... so I just opted for the deploying method via command line. That one works always fine
@dennischan8032
@dennischan8032 4 жыл бұрын
I just went into all the 0kb files and added comment #, saved them so they became 1kb. Then all went through ok after that
@Kinace
@Kinace 8 ай бұрын
Hey bro, i appreciate what i have learnt from you so far. Can you make a tutorial of deployment to free hosts such as vercel. just for beginners like me
@edivaldoluisbonfim3194
@edivaldoluisbonfim3194 2 жыл бұрын
the server cannot find my static images, can someone help me?
@clearthinking5441
@clearthinking5441 3 жыл бұрын
Thanks man you are a life saver!
@matthewjaworski4115
@matthewjaworski4115 3 жыл бұрын
Hello I followed the guide to fix the collectstatic problem and it is not working. I am doing this on a different project. Anyone know how to fix it?
@shokhrukhrakhimov4860
@shokhrukhrakhimov4860 3 жыл бұрын
i have done this steps but any way i am getting an application error page
@rhugwedashedge3093
@rhugwedashedge3093 3 жыл бұрын
Hey, Can anyone help me out? I deployed my app sucessfully but getting an "Application error" after viewing the app at the url.
@yassineballouti7484
@yassineballouti7484 2 жыл бұрын
thank you so much for this tutorial , you are the best :)
@chunshenghu4207
@chunshenghu4207 4 жыл бұрын
I have a module which can only be installed by anaconda. How can I add it to requirements.txt file?
@prime9424
@prime9424 4 жыл бұрын
When i deploy on heroku the following error occurs. What to do?Plz help Building wheel for pyodbc (setup.py): finished with status 'error'
@nirajbiswakarma5732
@nirajbiswakarma5732 3 жыл бұрын
Sir, Why is it saying 'mysite.wsgi' not found in error log
@ammarrrrrrrr
@ammarrrrrrrr 4 жыл бұрын
is it necessary to build the project through virtual environment?, I mean if i had the project already, should I start over?. Best regards
@DennisIvy
@DennisIvy 4 жыл бұрын
Its better practice to set one up. You dont need to restart, just create one and run a pip freeze so you have everything up to date in requirements.txt :)
@avirajarora1476
@avirajarora1476 2 жыл бұрын
Thanks Dennis!
@perezaccount9493
@perezaccount9493 4 жыл бұрын
Can you actually deploy a django app on heroku without a server host for it's database?. For example app will only use its built in sqlite3 db while it was deployed on heroku
@carsworld3433
@carsworld3433 3 жыл бұрын
hey are you using postgres ??
@akashagrawal9374
@akashagrawal9374 3 жыл бұрын
images in profile are not showing
@programit7155
@programit7155 3 жыл бұрын
Thanks you for everything... For how many months my app will be online for free? and how many more apps can i deploy with the same account?
@emmanuelniyi3870
@emmanuelniyi3870 3 жыл бұрын
This was very helpful. Thanks
@pratikghimire
@pratikghimire 3 жыл бұрын
Thank You Dennis
@khalidsiddiqui1679
@khalidsiddiqui1679 4 жыл бұрын
Hi Dennis, When deploying to Heroku the ImageField from the models.py doesn't display image (the profile pic), How can we fix it?
@amankumar-qs5fy
@amankumar-qs5fy 3 жыл бұрын
Have you find the fix?
@murtazaahmad9559
@murtazaahmad9559 4 жыл бұрын
how did you setup virtual environement in django app?
@balogunolajide7204
@balogunolajide7204 4 жыл бұрын
Pls the continuation for this? U mention at the end of the tutorial..how to ignore our SQL database.
@praneethkumarchiluka7653
@praneethkumarchiluka7653 4 жыл бұрын
I tried this command in command promt: heroku git:remote -a its-my-world I am getting an error like fatal: not a git repository (or any of the parent directories): .git can any one help me out
@RohitSharma-bc3ce
@RohitSharma-bc3ce 4 жыл бұрын
Go to your root folder of django project in cmd and type "git init" after that it will work fine.
@sabasiddika
@sabasiddika 4 жыл бұрын
@@RohitSharma-bc3ce thank you.
@poojakhatri4426
@poojakhatri4426 4 жыл бұрын
In my project, I have two apps and both apps have templates folder. Under templates it has a folder which has same name as app name and in that folder, i have kept all templates. White deploying my app, at last it says TemplateDoesNotExist at / can someone please help?
@mohamedmamdouh2966
@mohamedmamdouh2966 4 жыл бұрын
i have the same problem, what did you do?
@poojakhatri4426
@poojakhatri4426 4 жыл бұрын
@@mohamedmamdouh2966 My folder name was wrong. It's supposed to be Templates and I did templates.
@mohamedmamdouh2966
@mohamedmamdouh2966 4 жыл бұрын
@@poojakhatri4426 Thanks
@alihusham1560
@alihusham1560 4 жыл бұрын
at 20:24 I got ``` Error: Multiple apps in git remotes ```
@NanoNand0
@NanoNand0 4 жыл бұрын
Hi Dennis, yesterday I realize that django admin is not uploading images in github (with heroku) anymore, please confirm that this Tutorial is still functional. Thank you.
@AnandSharma-lt8wq
@AnandSharma-lt8wq 3 жыл бұрын
I'm also finding the solution, There's a solution for static files But I haven't found any for the media files
@edivaldoluisbonfim3194
@edivaldoluisbonfim3194 2 жыл бұрын
@@AnandSharma-lt8wq could you send it if you see it??
@animeshsingh1595
@animeshsingh1595 4 жыл бұрын
I'm getting error like : Operationalerror No such table
@TusharAmdoskar
@TusharAmdoskar 4 жыл бұрын
Even I got this error in another project. I had to do run syncdb Search on web for this
@DheerajKumar-yp2tu
@DheerajKumar-yp2tu 4 жыл бұрын
hello sir i am getting appliction after sucessfully depolying my project on heroku please tell me what to do next thank you
@jadynchowdhury680
@jadynchowdhury680 4 жыл бұрын
is a virtual environment necessary?
@babug6070
@babug6070 4 жыл бұрын
Hi sir, I'm getting runtime error. Please Can you help me to how to fix it. I'm installed python 3.8.1 version.
@jaydeepkarale7368
@jaydeepkarale7368 4 жыл бұрын
Consider using python-3.7.7 as , 3.8 currently not supported
@thefuturistictech-codingma8123
@thefuturistictech-codingma8123 4 жыл бұрын
hello dennis! how can i set up an aws account with a verve card
@Mircoludist
@Mircoludist 4 жыл бұрын
anyone else having this error WARNING: "sdl-config" failed!
@ismail.dalhatu
@ismail.dalhatu 4 жыл бұрын
i think ive try this a thousand times but the same error keeps on popping
@zargerion7399
@zargerion7399 3 жыл бұрын
Почему может появляться Internal Server Error?
@mallikarjunareddy4513
@mallikarjunareddy4513 Жыл бұрын
How to deploy Asgi server ?
@GabrielRibeiro-xr3bx
@GabrielRibeiro-xr3bx 4 жыл бұрын
When I try Uploading to github repository it gives me a message and stops uploading. In my project the __init__.py is empty, so github stops the upload of the files. Is this happening to anyone else?
@divyar8402
@divyar8402 4 жыл бұрын
upload it using the git bash, theres a github bug while dragging dropping folders with many files.
@abdullahaziz3367
@abdullahaziz3367 3 жыл бұрын
Add a comment to the __init__.py files. This will make them no empty.
@tarun8014
@tarun8014 3 жыл бұрын
thank you man:
@deepjyotide181
@deepjyotide181 4 жыл бұрын
"Error: Command failed: git remote fatal: not a git repository (or any of the parent directories): .git" I am having this error.
@jeanpierrescriven53
@jeanpierrescriven53 4 жыл бұрын
I ran cmd as administrator. Then went to the git bin directory where git was installed, ran "git init" then ran the command and worked for me. Change the var PATH under environmental settings to the git bin path usually in "C:\Program Files\Git\bin" then you don't have to cd into the directory everytime
@MASBHANOMAN
@MASBHANOMAN 4 жыл бұрын
@@jeanpierrescriven53 thanks a ton. ;D
@sunilghimire6990
@sunilghimire6990 4 жыл бұрын
same error....
@sunilghimire6990
@sunilghimire6990 4 жыл бұрын
@@jeanpierrescriven53 this not working for me
@khoiphamnguyen7118
@khoiphamnguyen7118 4 жыл бұрын
@@jeanpierrescriven53 thank you so much
@DarraghDuffy
@DarraghDuffy 4 жыл бұрын
In terms of protecting your code - do you know if this free/hobby Heroku account is secure/private and if there is anything else we should be aware of here to ensure our code/IP is protected. Many Thanks!
@PythonCareerCoach
@PythonCareerCoach 4 жыл бұрын
after adding STATIC_ROOT and whitenoise middleware , still received the collectstatic error.[Even I tried adding import django_heroku at top and django_heroku.settings(locals()) ]. But unable to solve the issue. Please advise
@-DixonAndrewVandeStarSimbolon
@-DixonAndrewVandeStarSimbolon 4 жыл бұрын
run python manage.py collecstatic
@egwuemijerryjude7287
@egwuemijerryjude7287 3 жыл бұрын
@@-DixonAndrewVandeStarSimbolon thanks man, it work for me
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Deploy a Django App to Heroku
20:34
Pretty Printed
Рет қаралды 77 М.
Django developers love HTMX
12:55
Dennis Ivy
Рет қаралды 6 М.
Password Reset Email | Django (3.0) Crash Course Tutorials (pt 20)
19:28
I tried HTMX, again...
9:01
Dennis Ivy
Рет қаралды 7 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН