#21 Django tutorials | User Registration - 1

preview_player
Показать описание

Django is a high-level Python-based free and open-source web framework, which follows the model-view-template (MVT) architectural pattern.
It is maintained by the Django Software Foundation (DSF).
Django's primary goal is to ease the creation of complex, database-driven websites.
Some well-known sites that use Django include the Public Broadcasting Service, Instagram, Mozilla, The Washington Times, Disqus, Bitbucket, and Nextdoor.

Editing Machines & Monitors :

Facebook:

Subscribe to our other channel:

Donation & Support:
PayPal Id : navinreddy20
Patreon : navinreddy20
Рекомендации по теме
Комментарии
Автор

The whole series is so far the best ever Python-Django learning tutorial on Youtube. The way you explain each step is just amazing

abhishekshukla
Автор

Many Thanks, Naveen Reddy for your time and efforts!

MohanRaj-cvvo
Автор

This man just show me the one language that i should use on my website thank you a lot from algeria❤

ahmedkebir
Автор

when i create new accounts it shows this :::
path("register", views.register, name="register")
AttributeError: module 'accounts.views' has no attribute 'register'

ajkkarki
Автор

Sir, how to use another coloum whinch is not present in users table.After adding another coloum in the table such as adhaar number and saving the value its gettingvthe error of user()error
Exception error type error

lafutlawada
Автор

Sir, i m geeting error multivaluedictkey even in view as well as in form i use post method

parulsharma
Автор

Sir I m facing trouble while accessing app files in project folder while executing .Please assist

PythonAssister
Автор

Salute to You Best Django tutorial ever. Love u Boss <3

sumitguha
Автор

Is it possible to include the html files in the same app. For Example : Is it possible to controll register.html and other files can be controlled from travello app only ?

divyeshmehta
Автор

With pycharm
the virtual environment is auto created and always runs
the runserver is always running. If some error happen it stops working and give the error and after solving the error it re runs automatically.

hasibjoy
Автор

Using the URLconf defined in telusko.urls, Django tried these URL patterns, in this order:

[name='index']
^media/(?P<path>.*)$
admin/
accounts/ register [name='register']
The current path, accounts/register.html, didn't match any of these.


i defined URL in the same way as you have defined in the video, then also i am getting this error.M not able to resolve.

shankarkumarjha
Автор

As an alien I approve of this tutorial!

oddeven
Автор

Great Tutorial Sir, This series Help me More in project Works

aravindraj
Автор

Hello Dear sir
I have a serious problem in installation PyQt in Python 3.8.2 on intiliJ IDEa.

sayedrezaomid
Автор

One of the best tutorial I've seen on youtube.I've also followed your tutorials on java and spring too..Btw could you explain how to use AJAX calls to the backend and check for already taken username, so that we wont have the overhead of reloading the page.

athulsnair
Автор

Hii Sir, Thank you so much for your awesome Django Series, It helped me a lot.

Please guide me how can I add more columns in Django auth_user table, I want to add a gender column and an age column in pgadmin auth_user table. I want user to submit his gender and age along with other details mentioned in the auth_user table through the sign up form.
I'm facing this problem for 5 days and didn't get the solution till now.
Please help me. Waiting for your reply.

harshitshukla
Автор

He is teaching is very clear and point to point with easy way.

mohdjameel
Автор

Im glad if you can show another login way, multiple role user registration e.g a user can register as a buyer or seller an has a different dashboard.

shahjaffar
Автор

I am using a tab controlled page for login and registration. And how can i check if the current tab is register or login in html to print appropriate message?

hariprasadc
Автор

Thank You so very much Navin aka Telusko.. It'll be great if you come up with an advanced playlist of django..

nandinidasgupta