Skip to content

TheQuickBlog

Learn Quick, Lead Quicker

  • How To
  • Django
    • Django Rest Framework
    • Django Session
  • Python
    • Jupyter Notebook
    • Machine Learning
    • Openpyxl
  • Data Science
    • Orange
    • Jupyter Notebook
  • Laravel
    • Installation
    • CRUD
  • Linux
  • SQL
  • Blockchain
  • Git
    • GitHub Pages
    • Jekyll Framework
    • GitHub Gist
    • GitHub Resume
    • GitHub Contribution
  • OS

Tag: Django Tutorial

https://static.djangoproject.com/img/logos/django-logo-negative.png

[Django Tutorial] Table Search filter using Django filters.

May 19, 2020 Sanjog SIgdel Django, How To, Python

When you have multiple entries in your table, sometimes it becomes difficult to find the

Continue reading
https://static.djangoproject.com/img/logos/django-logo-negative.png

[Python Django] How To solve “ManagementForm data is missing or has been tampered with” issue?

April 19, 2020 Sanjog SIgdel Django, How To, Python

We use forms to either post something or to retrieve items from the database. Simple

Continue reading
https://static.djangoproject.com/img/logos/django-logo-negative.png

[Django Tutorial] Render Your First Django View.

July 14, 2019 Sanjog SIgdel Django, Python

The first route that is defined under urlpatterns is for django administrtion. You will be asked for your login credentials if you go to this url: http://127.0.0.1:8000/admin/
Second route which has a regex r’^$’ is defined for home. This denotes for an empty string. Therefore if the route is http://127.0.0.1:8000 it calls the home method and renders the view defined in that method.

Continue reading
https://static.djangoproject.com/img/logos/django-logo-negative.png

[Django Tutorial] Create a New Django Application. Drillthrough of the Project Directory

July 14, 2019 Sanjog SIgdel Django, Python

A Django application is created within a Django Project. We have covered the creation of Django application on our previous blog. Go check it out for a detailed explanation. In order to create a new application we can do it by manage.py startapp command like shown below:

Continue reading
https://static.djangoproject.com/img/logos/django-logo-negative.png

Python Django Tutorial for Beginners

July 10, 2019 Sanjog SIgdel Django, Python

Welcome to the Tutorial Series on Django Framework Tutorial here at TheQuickBlog. This blog series is targeted to the beginners who either have some basic knowledge about earlier versions of Django Framework or the ones who are completely new on it.

Continue reading
https://static.djangoproject.com/img/logos/django-logo-negative.png

[Django Tutorial] How to Activate Python Virtualenv / Virtual Environment in Linux?

July 9, 2019 Sanjog SIgdel Django, How To, Linux, Python

Now our program is independent of the operating system and runs over every environment. For that we now need to install Virtualenv from our terminal. So in terminal (Ctrl + Alt + T) type the following command:sudo apt install virtualenv

Continue reading

Posts navigation

«Previous Posts 1 2

Join

  • YouTube
  • Facebook
  • Instagram
  • LinkedIn

Categories

  • Blockchain
  • Data Science
  • Excel
  • Git
  • How To
  • Laravel
  • Linux
    • Terminal
    • Ubuntu
  • Machine Learning
    • Orange3 Data Mining Tool
  • MySQL
  • OS
  • PHP
  • Python
    • Django
    • Django Rest Framework
    • Jupyter Notebook
    • Openpyxl
    • Pandas
    • pip
  • Snowflake
  • SQL
  • Uncategorized

Subscribe via Email

SUBSCRIBE to receive notifications of new posts by email.

Join 897 other subscribers

Recent Posts

  • 10 Hacks to Fasten Windows 10 and 11 on Older and New PC.
  • [SOLVED] HOW TO START APACHE SERVER? Apache2.service Failed with result ‘exit-code’.
  • How to Switch between Multiple PHP Version on Ubuntu TERMINAL?
  • How to Install MYSQLND: mysqli Extension for php in Ubuntu? [SOLVED]
  • COMPARE WHETHER TWO TABLES CONTAIN THE SAME DATA OR NOT USING HASH_AGG IN SNOWFLAKE.

Archives

  • June 2022 (1)
  • January 2022 (4)
  • September 2021 (1)
  • July 2021 (1)
  • June 2021 (1)
  • May 2021 (1)
  • April 2021 (3)
  • March 2021 (2)
  • January 2021 (1)
  • November 2020 (4)
  • August 2020 (4)
  • July 2020 (5)
  • June 2020 (7)
  • May 2020 (33)
  • April 2020 (1)
  • March 2020 (3)
  • February 2020 (1)
  • January 2020 (2)
  • December 2019 (1)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (1)
  • July 2019 (8)
  • June 2019 (1)
  • May 2019 (1)
  • April 2019 (1)
  • March 2019 (1)
  • February 2019 (2)
  • January 2019 (2)
  • December 2018 (1)

Tags

automate_excel_file (3) automation (8) blog (3) computer science (2) data (5) data cleaning (2) Data Mining (3) datascience (4) Django (11) Django2.2.3 (3) Django Tutorial (12) Excel (5) Git (6) Github (9) Google (4) How To (40) Jupyter (3) Jupyter Notebook (4) Laravel (12) Laravel5 (6) Laravel5.7 (9) Laravel Migration (3) Linux (12) Linux Terminal (6) migration (2) MySQL (9) MySQL Server (2) openpyxl (6) Orange (2) os (3) Php (8) php5.7 (3) PHP7 (9) pip (7) pip3 (3) Python (26) Python3 (29) python environment error (2) python module (9) python pacakge (3) quickblog (5) terminal (5) Ubuntu (5) Virtualenv (2) windows (3)
WordPress Theme: Tortuga by ThemeZee.
 

Loading Comments...