• Home
  • About me
  • Privacy Policy

Vivek's Blog

Menu
  • Django
  • DRF
  • Tutorials

Restore PostgreSQL backup dump in Ubuntu

This has been tested on PostgreSQL 12.6 and Ubuntu 20.04 First open the psql prompt so that we can create the user and database. Now, we will create two …
[Continue Reading...]

How to convert datetime to different timezone in Python using pytz

Create datetime instance with timezone info: Passing tzinfo in datetime is not recommended by pytz. Converting datetime to different timezone: Exercise: Find out what is the value of dt …
[Continue Reading...]

Create Python3 virtual environment in Ubuntu and Mac

Ubuntu: To install python3.6 in Ubuntu, follow this link Now to create virtual environment first we need to install virtualenv using pip, run below command to do the same: …
[Continue Reading...]

Uploading file using API in Django Rest Framework

Uploading files to the server is one of the common tasks nowadays. In this tutorial, we will see how can we upload a file using the Django-rest framework. First, …
[Continue Reading...]

How to map domain to Amazon EC2 instance without using Route 53

As you know Amazon’s Route 53 isn’t free and it costs you money to even map your domain to your server. And it is also a little complex than …
[Continue Reading...]

How to host Django application and LEMP site on the same server using Nginx and Gunicorn on Ubuntu 16.04

You can host the Django application and PHP site on the same VPS. This is easy to set up and you don’t need to be an expert to do …
[Continue Reading...]
https://www.consciousplanet.org/

Trending

Recent Posts

  • Restore PostgreSQL backup dump in Ubuntu
  • How to convert datetime to different timezone …
  • Create Python3 virtual environment in Ubuntu and …
  • Uploading file using API in Django Rest …
  • How to map domain to Amazon EC2 …

Categories

  • Django (2)
  • Django Rest Framework (1)
  • DNS (1)
  • LEMP (1)
  • PostregSQL (1)
  • Python (2)
  • Tutorials (2)
https://www.consciousplanet.org/
Vivek's Blog Copyright © 2022.
 
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy policyOk