Djangodagi Language_Code uchun Turli xil tillardagi code ni shu manzildan topishingiz mumkin. 
https://www.i18nguy.com/unicode/language-identifiers.html
  
  https://www.i18nguy.com/unicode/language-identifiers.html
I18Nguy
  
  Using Language Identifiers (RFC 3066)
  Draft document on using language tags
  Django Multiple Languages —> Commands
1.
  1.
django-admin makemessages --all --ignore=env
  2.  django-admin compilemessages --ignore=envSo as run a django project on Linux Server :
    
  nohup manage.py runserver &Forwarded from PySphere (JAHONGIR 🇺🇿 ISMOILOV 🇺🇿)
  
  Djangotricks
  
  
  Learn tips and tricks about web development with Django daily
  https://levelup.gitconnected.com/how-to-deploy-a-django-web-app-on-digitalocean-ubuntu-20-04-server-a3c082d5294d
Deploy django project
  
  Deploy django project
Medium
  
  How to Deploy a Django Web App on DigitalOcean Ubuntu 20.04 server
  In this article we are going to conclude our Django series by finally deploying our web app to a Digitalocean droplet. If you have been…
  🍋Useful Package
1. Information
2. Why must use it
3. Why not just use environment variables?
4. How to use it ?
5. Where is the settings data stored?
6. Example: How do I use it with Django?
1. Information
2. Why must use it
3. Why not just use environment variables?
4. How to use it ?
5. Where is the settings data stored?
6. Example: How do I use it with Django?
For learn more -> https://pypi.org/project/python-decouple/👍1
  Forwarded from Oybek Nuriddinov
Assalomu alaykum. Django Rest Framework da qilingan loyihani ahost ga yuklash bo'yicha qo'llanma qilgandim, tekshirib berolisilami to'g'rimi?
https://github.com/Oybeklinux/Django-rest-framework/tree/master/10.%20Deploy%20(heroku.%20ahost)
  
  https://github.com/Oybeklinux/Django-rest-framework/tree/master/10.%20Deploy%20(heroku.%20ahost)
GitHub
  
  Django-rest-framework/10. Deploy (heroku. ahost) at master · Oybeklinux/Django-rest-framework
  Django rest framework kursi uchun material. Contribute to Oybeklinux/Django-rest-framework development by creating an account on GitHub.
  How to give permission folder in ubuntu .
Type “sudo chmod a+rwx /path/to/file” into the terminal, replacing “/path/to/file” with the file you want to give permissions to everyone for, and press “Enter.” You can also use the command “sudo chmod -R a+rwx /path/to/folder” to give permissions to the selected folder and its files.
  Type “sudo chmod a+rwx /path/to/file” into the terminal, replacing “/path/to/file” with the file you want to give permissions to everyone for, and press “Enter.” You can also use the command “sudo chmod -R a+rwx /path/to/folder” to give permissions to the selected folder and its files.
Getting SSL Certificate just simple work
https://youtu.be/dYdv6pkCufk
Commands:
1.
  
  https://youtu.be/dYdv6pkCufk
Commands:
1.
sudo apt install snapd
2. sudo snap install --classic certbot
3. sudo certbot --nginxYouTube
  
  How to Install an SSL Certificate for Django and get HTTPS (for free)
  Learn how to install a free SSL certificate for your Django website from Let's Encrypt with certbot. This tutorial will work for Django running on both Nginx and Apache web servers, and enable HTTPS on your Python website.
Find more at https://tonyteaches.tech…
Find more at https://tonyteaches.tech…
👍2
  