↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: django

Home › Posts tagged django
Django – CRUD application with Python
Python

Django – CRUD application with Python

Vitosh Nov 10, 2020 Tagged with application, CRUD, django, forms, GET, oop, POST, Python

Making a CRUD application with Python is actually one of the basic thing a Python Developer should be able to do. Although some may argue it is extremely basic – it is not. Requirements The basic requirements for this one, …

Django – CRUD application with Python Read more →

Django – Making a simple web app with 4 links
Python

Django – Making a simple web app with 4 links

Vitosh Oct 18, 2020 Tagged with django, links, Settings, simple, Simple Django App, Urls, Views, Web

The idea of the article is to show how to make a simple Django App, with 4 links, each of which navigates to a specific page. The whole code of the “app” is in GitHub, here: https://github.com/Vitosh/Python_personal/tree/master/JustProject. In general, these are …

Django – Making a simple web app with 4 links Read more →

Python – Django Girls – Introduction to Django – Video
Python, SQL

Python – Django Girls – Introduction to Django – Video

Vitosh Apr 20, 2020 Tagged with django, django girls, Python, tutorial

Months ago, I was planning to take part in the #RailGirls event in Sofia, and I was even a partner in the event. Anyway, as it was postponed up to somewhere in the future, I have decided to go through …

Python – Django Girls – Introduction to Django – Video Read more →

Python – ABC analysis for linguists in Django
Python

Python – ABC analysis for linguists in Django

Vitosh Jun 12, 2015 Tagged with ABC Analysis django, django, Python

How did it all start? When I was a student at the University of Sofia, I had to translate about 100 pages of the Greek Military Codex, which was quite an unpleasant task (if someone claims the opposite – run away from …

Python – ABC analysis for linguists in Django Read more →

Python Django – How to add css to django application
Python

Python Django – How to add css to django application

Vitosh May 24, 2015 Tagged with add a separate css to django, add css to django, django, how to add css to python, Python

So, some time ago I have started to create apps in Django with Python. It is really fun and amazing, what one can achieve with this package 🙂 E.g., I have generated a small app, counting words and analyzing their repeatability, …

Python Django – How to add css to django application Read more →

Copyright © 2026 VitoshAcademy