Open raunak-r opened 4 years ago
If blank=True then the field will not be required, whereas if it's False the field cannot be blank. The exception is CharFields and TextFields, which in Django are never saved as NULL. Blank values are stored in the DB as an empty string ('') CHAR and TEXT types are never saved as NULL by Django, so null=True is unnecessary.
https://medium.com/better-programming/django-select-related-and-prefetch-related-f23043fd635d
Short Readme on integrating Redis and Celery with Django - https://github.com/raunak-r/tech-notes/issues/19#issuecomment-891148167 List of all files - https://gist.github.com/raunak-r/bdc622e22b985d5b4bb0c15914272596
celery -A tasks worker --loglevel=info Open another shell and run flower: celery -A tasks flower --loglevel=info
-Using seperate queues - https://blog.codeparrot.ai/how-we-scaled-celery-for-our-django-app-da2465a3a6be
Middlewares, Storage Location etc - django-spa Documentation
Writing the URL ex . path('', serve, {settings.APP_DIR: 'index.html'})
What is mixed content. http and https mixed in angular websites. - https://www.howtogeek.com/443032/what-is-mixed-content-and-why-is-chrome-blocking-it/
mixed content calling http from https angular or vice-versa - https://stackoverflow.com/questions/18321032/how-to-get-chrome-to-allow-mixed-content)
Aws, S3, RDS, CI-CD
Django General Framework
Learning
Custom Commands
URL Framework
Further Reading