Video Production
View all tutorials
Book Design
Django
Python
PostgreSQL
Git
Tailwind CSS
Windows
WordPress
Adobe
Social Media Marketing
Image Converter
Convert image format from Webp to Jpg/P…
Image Resizer
Resize Image for WordPress Blog Post, F…
Favicon Generator
Create favicons for your websites & app…
Paste & Download Image
Clipboard to Image file in seconds. Jus…
YouTube Thumbnail Downloader
Instantly download high-quality YouTube…
Learn how to build a simple Django app with this beginner-friendly tutorial. Perfect for those new to Django and looking for a straightforward guide.
Learn how to add CKEditor to a Django model and site, and how to display CKEditor content in Django templates.
Learn how to use Django models, including field lists, field types, field options, and field relationships. Learn more about Django models.
Learn how to create a custom user model in your Django app and use an email address instead of a username to log in to your Django user account.
Learn how to customize the Django Admin Panel to better suit your project's needs. This comprehensive guide covers changing headers, adding favicons, and adding search functionality. Transform your admin experience today!
Learn how to build Django projects quickly. Discover tips and tricks currently used in production-ready websites and web apps. Improve or update your Django skills here.
Learn how to create and use a base.html template in Django to streamline your code with template inheritance. Avoid repeating HTML across multiple templates and maintain a consistent site layout easily.
Learn how to create a simple Django app and use Django REST Framework to set up a REST API with this easy-to-follow tutorial.
Learn how to add static files in a Django app, then use those files in your app templates. Display logo images, include CSS and JS, and upload images to the particular directory.
Learn how to redirect URLs in Django: redirects for migrations or updates, different domains, permanent redirects, temporary redirects, etc.
Learn how to host your Django app on PythonAnywhere for the first time. Also, learn how to set up a database for your Python app on PythonAnywhere
Learn how to download your site, which is already running on PythonAnywhere, and then run it on a local computer.
Learn how to use the PostgreSQL database on PythonAnywhere. You will learn how to create users, databases, import and export data, and assign a database to a Django app.
Learn how to redirect the non-www version to the www version of your domain in a PythonAnywhere Django app.
Learn how to send your local changes to Pythonanywhere webapp account. and deploy you app updates quickly and easily.
Learn how to send your Pythonanywhere webapp editing changes to to your GitHub repository.
Creating a sitemap for your web app is very important. It helps you achieve good search engine visibility and drive traffic to your web apps. Learn how to add Django's built-in sitemap feature to your app.