In this article we are going to conclude our Django series. We will deploy Django app to digitalocean droplet, ubuntu 20.04 server. If you have been following along, you should be set up for a successful deployment. We will be working with a Digitalocean ubuntu 20.04 server, that only cost us $5 when we purchased...
Tag: python django
Digital Marketing with Twitter and Python for Django Web App
In this article, I will show you how to do digital marketing with twitter and python for our Django web application. We are building a Django web application for posting jobs from different companies online. Users will be able to search for jobs directly from our platform, and apply for available jobs. At this stage...
Python Web and PDF Scrapping for a Django Web Application
In this tutorial we continue with our Python Django web app development tutorial. We look in to Python web and PDF scrapping techniques that we can use to collect data for our web app. Data can come in many formats, mostly in HTML from other websites – but in some cases you get lists of...
Python Django User Registration Emails – Send HTML Emails from Django
In this article we will continue with Python Django user registration emails – showing you how to send system/app emails from you Django app. At this stage – you should have a running Django Application, with a user profile registration process already designed. Check out our previous articled on this: Create Django Project from scratch...
Creating Complex Django Models and Model Forms with Custom HTML and SlugField
We continue with our Python Django Tutorial series, this lecture we focus on creating complex Django models and model forms with custom HTML and SlugField. In addition we will be learning how to override the save method in a Django Model – in order to add in some code that will be run before the...
Add User Registration to Python Django Web Application, Login, Logout
This tutorial will cover in great detail steps, to add user registration to your Python Django web application. You will need a Django Project – to work with. If not, follow this Tutorial to get started with Django. Also read: Django Website Tutorial, creating a django project from scratch User Registration Process A user registration...
Django Website Tutorial: Creating a Django Project From Scratch
Django Website Tutorial – all the basics, getting started and all you need to know, even as a beginner. Django is an open-source web framework that runs on python. It was initially released in 2005 as a framework to simplify web application development. It has since grown to be one of the best and most...






