Registration form with validation In Django || Python Django || Validation form

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • This video is completely for registration form with validation in Django Python-django..
    🪜 By 🪜
    ....
    Important Command in Django..
    1) python -m venv env
    (-m) For memory allocation
    (venv) menas Virtual environment
    and env is your environment name you can mention. up to you...
    2) env/scripts/activate - activation of your environment
    3) pip install django - for installation of django
    4) django-admin startproject project .
    5) python manage.py startapp app
    6) python manage.py makemigrations
    7) python manage.py migrate
    #For Installation of mysqlclient
    8) pip install --only-binary :all: mysqlclient
    #django
    #registration
    #form

Комментарии • 2

  • @RajeshKumar-lp2vp
    @RajeshKumar-lp2vp 8 месяцев назад

    dhanyawaad bhaishab bahut madad mili aapki us video se

  • @faintx4528
    @faintx4528 11 месяцев назад

    great video bro keep up the good work