Django Tutorial for Beginners - 4 - Overview of a Basic App

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

lol I have just joined a company that is using Django for its backend work and then bucky shows up with his tutorials. AWESOME. :) Thanks.

oxyht
Автор

This teacher is incredible. Love his videos. It's like I'm learning django without writing any code yet.

AccessCode
Автор

Bucky, you're the best teacher I've ever come across.
I was learning django and couldn't understand why I had to create project and then startapp. You're a fucking genius.
Bucky the generous.

david
Автор

ive been here from waaay back. just started using django for a company project and these videos save me. Thanks Bucky.

johnvoltairemaximo
Автор

Bucky most of my time is wasted complimenting your talent. You're awesome.

tinashemphisa
Автор

You are amazing! man, I have been wondering how, who where will i find this kind of tutorial about django. You are

robbenbahati
Автор

sir thank you so much u r one of my best teacher :)

TheXandon
Автор

This tutorials are very exciting... i would like to know if you created more tutorials about api request. You mentioned at the end of the video the following:

"in the next videos i'll show you had to add new stocks using the simple request and also how you can just retrieve one stock, how you can edit stocks that are already in there, how you can delete them, how to have admin permission, so you just don't have everyone deleting them"

But i didn't see more videos. Can you recommend me a tutorial for to do all of you mentioned?

Regards,
Iván.

ivanintimunozhernandez
Автор

I was over at Dereks' tutorial and it was a bit unexplained as to what *.py files where used for and the 'division of labor' of these files was unclear. I like how you stated the thought process of how to organize the site and files, before starting to write the code. Now I have a mental map of what needs to be done, instead of being showed examples of how to do things, then work out why it was done in a particular way.


I did notice that while trying to create the music package, I could not use many words, in the name, without getting an error within powershell, so I used songs_lesson_3, and that worked to create the directory package. If I rename the package to songs lesson 3, without the underscores, will that bite me in the rump later or is that OK to do?

tonyiguru
Автор

Bro why did not you talk about Python Virtual environment? I would like to know about it.
Thank you!!

edwinrapheal
Автор

Django tutorial 4 Overview of a Basic App
apps used in this tutorial
\music\__init__ .py
\music\admin .py
\music\apps .py
\music\models .py
\music\tests .py
\muisic\views .py

consumerdude
Автор

Love your videos, wish you were using Linux, much easier for this. :)

mrhunterf
Автор

Hi newboston... Tell me is it possible to show the output of a python file when we click on a button? If yes, then how? Waiting for your answer 😄

prantikbanerjee
Автор

when I run it come process finished with some exit code and an error is coming on my browser current url doesn't what to do??

swapniljain
Автор

Hi i can create a view page in pycharm but view is not working in local Host give me some suggestion

hafsafatima
Автор

Excellent tutorials
thanks a lot
but the last video ended arbitrarily :'(

Banarasi_guy
Автор

Instead of having the files (admin.py, apps.py, models.py, test.py, views.py), I get folders (Include, Lib, Scripts, Tcl). In addition, I couldnot create the sub-directory using the command: python manage.py startapp music. The message I received is ImportError. I believe I have django installed, virtual environment setup and probably python environment variable as it should be. Instead I applied the following code: virtualenv music. Can anyone explain what's happening?

sadimohammadtarif
Автор

Hey Bucky, did you have to install python on your server for django to work.

irfansindhi
Автор

Where do I learn all those models functions like charfield and its parameters and stuff?

SM-htqf
Автор

How can I add 'music' app without powershell, I mean how can I add it manually in pycharm?

ArifHossain-rekd