āđ„āļĄāđˆāļŠāļēāļĄāļēāļĢāļ–āđ€āļĨāđˆāļ™āļ§āļīāļ”āļĩāđ‚āļ­āļ™āļĩāđ‰
āļ‚āļ­āļ­āļ āļąāļĒāđƒāļ™āļ„āļ§āļēāļĄāđ„āļĄāđˆāļŠāļ°āļ”āļ§āļ

Getting Started with Django: Setting Up Your Environment and Creating Your First Project

āđāļŠāļĢāđŒ
āļāļąāļ‡
  • āđ€āļœāļĒāđāļžāļĢāđˆāđ€āļĄāļ·āđˆāļ­ 14 āļŠ.āļ„. 2024
  • Welcome to the first video in our Django and React application series! In this video, we'll dive into Django, a powerful web framework that makes building web applications easier and faster. Here's what we'll cover:
    Setting up a virtual environment to manage dependencies.
    Installing Django within the virtual environment.
    Creating a new Django project and app using basic commands.
    Understanding the Django folder structure.
    Creating a superuser for your project.
    Exploring the database using Django's admin panel.
    This series will guide you through building a full application with Django and React. Stay tuned for the next video, where we'll explore React and how it integrates with Django!
    🔔 Don't forget to subscribe to 'programmingstuff' for more tutorials!
    👍 Like and share if you found this video helpful!
    #Django #React #WebDevelopment #Programming #FullStackDevelopment #VirtualEnvironment #DjangoTutorial #AdminPanel #SuperUser #DatabaseExploration
    commands :
    create env : python -m venv env
    activate env : ./env/scripts/activate --- for powershell
    env/scripts/activate --- for cmd prompt
    install django : python -m pip install django
    create project : django-admin startproject projectname
    create app : python manage.py startapp appname
    run development server : python manage.py runserver
    make migrations : python manage.py make migrations
    apply migrations : python manage.py migrate
    create super user : python manage.py createsuperuser
    time stamps :
    0:00 intro
    0:30 django introduction
    4:16 create virtual environment
    06:50 installing django
    07:57 creating django project and discussing the structure
    09:43 : running development server
    10:28 creating django application and discussing brief
    12:43 discussion to make migrations
    16:12 creating super user
    19:15 exploring created database

āļ„āļ§āļēāļĄāļ„āļīāļ”āđ€āļŦāđ‡āļ™ •