Filter
Exclude
Time range
-
Near
28 Mar 2024
4️⃣ Designing URLs and views 4/ test your new view Run server ./manage.py runserver 10000 visit http://127.0.0.1:10000/ You should see the following output #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment
1
3
27
19 Mar 2024
4️⃣ Designing URLs and views 1/ create a simple view open file ldt/apps/core/views.py #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment
1
2
34
19 Mar 2024
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
2
43
18 Mar 2024
3️⃣ Building models and connecting to a database 4/ create migration and migrate Make sure you are in the root directory where the file manage.py is. ./manage.py makemigrations ./manage.py migrate #learndjangotutorial #Python #DjangoTutorial #SoftwareDevelopment
1
2
45
17 Mar 2024
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
2
52
15 Mar 2024
3️⃣ Building models and connecting to a database 2/ add your app In your settings.py add 'ldt.apps.core' and in apps/core/apps.py change name to 'ldt.apps.core' #learndjangotutorial #Python #DjangoTutorial #SoftwareEngineering #SoftwareDevelopment
1
3
63
15 Mar 2024
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
4
66
4 Jun 2023
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 manage.py migrate python manage.py runserver ↓
1
2
104
28 May 2023
1️⃣ Setting up a development environment 3/Virtual environment #learndjangotutorial #Python #DjangoTutorial python3.xx -m venv <env_name> python3.11 -m venv <env_name> #Windows env_name/Scripts/activate.bat #Linux/#Mac source env_name/bin/activate pip install django
1
3
121
21 May 2023
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
2
92
18 May 2023
1️⃣ Setting up a development environment 1/ #learndjangotutorial #Python #DjangoTutorial Download recent version of python on python.org/downloads/

1
1
68
17 May 2023
🐍🌐 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
7
309
Just finished watching the 'Django Tutorial for Beginners' by Telusko(@navinreddy20) and it's a great resource for anyone looking to clear their basics on Django! Highly recommend it for those starting out with web development. #DjangoTutorial #WebDevelopment #django #Python
1
8
245
İlan Sitesi Yapımı - Kullanıcı Kayıt İşlemi #django , #djangotutorial , #djangodersleri youtu.be/bBcqFa4Mqoo

3
20 Aug 2019
Do you need to have your #Django #app sending #emails? Check out our #guide on how to do this using different functions and out-of-the-box packages. #CodeSamples included! #emailtesting #emailsending #djangotutorial blog.mailtrap.io/django-send…

1
2