Forwarded from PyNotes
#Django #django-modeltranslation #locale
Djangoda template lar bilan ishlaganda statik matn va dinamik matnlarni bir nechta tillarga tarjima qilish imkoniyatini qanday ishlatish haqida (yani saytingizni multilanguage qilish bo'yicha) o'zbek tilida qo'llanma yozibtilar, loyihalaringizda as qotishi mumkin.
https://github.com/islomiy1101/build-multi-language-website
  Djangoda template lar bilan ishlaganda statik matn va dinamik matnlarni bir nechta tillarga tarjima qilish imkoniyatini qanday ishlatish haqida (yani saytingizni multilanguage qilish bo'yicha) o'zbek tilida qo'llanma yozibtilar, loyihalaringizda as qotishi mumkin.
https://github.com/islomiy1101/build-multi-language-website
https://www.i18nguy.com/unicode/language-identifiers.html
Trough this link
You can see different countries' LANGUAGE_CODE that
In django
  
  Trough this link
You can see different countries' LANGUAGE_CODE that
In django
I18Nguy
  
  Using Language Identifiers (RFC 3066)
  Draft document on using language tags
  Forwarded from All About Django
  
  Medium
  
  Django web application security checklist
  Ensure that your web application is secure and ready for deployment.
  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
  