Explore tweets tagged as #djangotutorial
Understanding Admin Forms in Django #django
#admin
#forms
#understanding
#tutorial
#tutorialseries
#guide
#howto
#learndjango
#djangotutorial
#djangoforms
#djangoadmin
#djangoadminforms
#djangodevelopment
#webdevelopment
#python
#programming
#coding
0
0
0
5️⃣ Implementing templates and rendering dynamic content 2/ map the view edit file ldt/urls.py #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment #django
1
0
0
3️⃣ Building models and connecting to a database 3/ define your model go to ldt/apps/core/models.py #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment
1
0
2
5️⃣ Implementing templates and rendering dynamic content 4/ render dynamic content edit file ldt/apps/core/views.py #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment #django
1
0
0
🐍🌐 Exciting News! Learn Django, the Python web framework, with an easy-to-follow tutorial! 🎉✨ Whether you're a beginner or an experienced developer, this guide will help you build web applications with ease. Let's get started! 🚀 #Python #DjangoTutorial
1
0
7
1️⃣ Setting up a development environment 2/ Tips #bestpractices #Python #DjangoTutorial pyenv #Windows //Install a specific version pyenv install <version> //Set specific version pyenv global <version> //show installed versions pyenv versions python -V
1
0
2
3️⃣ Building models and connecting to a database 1/ Create own app #learndjangotutorial #Python #DjangoTutorial mkdir <name>/apps touch <name>/apps/__init__.py cd <name>/apps django-admin startapp core
1
0
4
5️⃣ Implementing templates and rendering dynamic content 3/ create template create folder ldt/aps/core/templates create file ldt/aps/core/templates/about.html #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment #django
1
0
0
5️⃣ Implementing templates and rendering dynamic content 5/ use variables in template edit file ldt/aps/core/templates/about.html output: About page: Learn Django Tutorial #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment #django
0
0
0
3️⃣ Building models and connecting to a database 5/ add data ./manage.py shell from ldt.apps.core.models import Contact Contact.objects.create(name='Jon Smith', email='hello@example.com', text='Hello') Contact.objects.all() #learndjangotutorial #Python #DjangoTutorial #django
1
0
2
2️⃣ Creating a Django project #learndjangotutorial #Python #DjangoTutorial 1/ //install most recent version of django pip install django django-admin createproject <name> change into <name> //Run python https://t.co/6Zv7cX1mjk migrate python https://t.co/6Zv7cX1mjk runserver ↓
1
0
2
3️⃣ Building models and connecting to a database 2/ add your app In your https://t.co/NrulIw0HaI add 'ldt.apps.core' and in apps/core/apps.py change name to 'ldt.apps.core' #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment
1
0
3
It's our favorite web framework, right? Read more 👉 https://t.co/922efeaLa4
#TrelloClone #DjangoTutorial #UserAuthentication
0
0
0
3️⃣ Building models and connecting to a database 4/ create migration and migrate Make sure you are in the root directory where the file https://t.co/6Zv7cX1mjk is. ./manage.py makemigrations ./manage.py migrate #learndjangotutorial #Python #DjangoTutorial #SoftwareDevelopment
1
1
2
Level up your Django app! Signals decouple code & enable actions like auto-cache updates on model save. https://t.co/q7G3M6P8e4
#django #python #webdev #webdevelopment #programming #developers #devlife #softwaredevelopment #signals #decoupling #djangotips #djangotutorial
0
0
1
It's our favorite web framework, right? Read more 👉 https://t.co/OTupTjObae
#TrelloClone #DjangoTutorial #UserAuthentication #Authentication #Django
0
0
0
Mega Tutorial: Build a Trello Clone - Part 1: https://t.co/W7vfmcxyYm
#TrelloClone #DjangoTutorial #UserAuthentication #Authentication #Django
0
0
0
Easily add a rich text editor to your Django project with Summernote! Our new tutorial breaks it down step-by-step. 🔗 Read Now: https://t.co/c8ZI6hdDEA
#Django #Summernote #WebDevelopment #Python #Tutorial #StepByStep #Coding #WebDev #DjangoTutorial #SummernoteTutorial
0
0
1