Django and DRF
301 subscribers
98 photos
39 files
161 links
Purpose is sharing, spreading knowledge which is most related to the Django and Django Rest Framework(DRF)

You can find in here my
- Articles
- Projects with source codes
- Videos
and another useful stuffs
Download Telegram
So as run a django project on Linux Server :
nohup manage.py runserver &
Forwarded from PySphere (JAHONGIR 🇺🇿 ISMOILOV 🇺🇿)
🍋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?

For learn more -> https://pypi.org/project/python-decouple/
👍1
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.
Q: What does on_delete do on django models ?
👍1