Hacker News
- Django website along with it's documentation website down for hours now https://docs.djangoproject.com/ 2 comments
- Django 1.2 RC 1 released http://docs.djangoproject.com/en/dev/releases/1.2-rc-1/ 8 comments
- Django 1.0 Documentation http://docs.djangoproject.com/en/dev/ 22 comments
- Have started the django doc again, and got stuck. https://docs.djangoproject.com/en/5.1/intro/tutorial01/#creating-the-polls-app 6 comments djangolearning
- Project location on server https://docs.djangoproject.com/en/1.8/intro/tutorial01/ 5 comments django
- Seeking clarification on authenticated users in a Django application https://docs.djangoproject.com/en/5.0/ref/request-response/#httprequest-objects 4 comments learnpython
- Adding location on Django project https://docs.djangoproject.com/en/4.2/ 8 comments django
- Using contrib.auth.models.User correctly. https://docs.djangoproject.com/en/5.0/ref/contrib/auth/#django.contrib.auth.models.User 5 comments django
- Unable to read csrftoken cookie https://docs.djangoproject.com/en/5.0/howto/csrf/#acquiring-the-token-if-csrf-use-sessions-and-csrf-cookie-httponly-are-false 2 comments reactjs
- Django 5.0 Released https://docs.djangoproject.com/en/5.0/releases/5.0/ 12 comments programming
- Prefetch_related and filtering https://docs.djangoproject.com/en/4.2/ref/models/querysets/#django.db.models.query.QuerySet.prefetch_related 3 comments django
- Django can't access MEDIA files of my reusable Django app https://docs.djangoproject.com/en/4.1/intro/reusable-apps/ 14 comments django
- Where is self.client inherited from? https://docs.djangoproject.com/en/4.1/topics/testing/tools/#default-test-client 6 comments djangolearning
- Struggling to find a GeoDjango tutorial that actually works. Any tips? https://docs.djangoproject.com/en/4.0/ref/contrib/gis/tutorial/ 5 comments django
- Django Storage for filesystem that compresses files using available lib (gzip, bz2, lzma) before saving, and uncompresses it on reading. https://docs.djangoproject.com/en/4.0/ref/files/storage/#django.core.files.storage.Storage 11 comments django
- Model Managers: "as_manager" vs "from_queryset" https://docs.djangoproject.com/en/4.0/topics/db/managers/#django.db.models.from_queryset 4 comments django
- Help writing aggregation query https://docs.djangoproject.com/en/4.0/topics/db/aggregation/ 7 comments django
- Bulk_create() Sqlite https://docs.djangoproject.com/en/3.2/ref/models/querysets/#bulk-create 10 comments django
- Pre-made Admin dashboard for MERN stack Project https://docs.djangoproject.com/en/4.0/ref/contrib/admin/ 2 comments reactjs
- Django Security Error with no specific information of what the error is https://docs.djangoproject.com/en/3.2/ref/csrf/#acquiring-the-token-if-csrf-use-sessions-and-csrf-cookie-httponly-are-false 8 comments django
- User permission for views https://docs.djangoproject.com/en/3.2/topics/auth/default/#the-permissionrequiredmixin-mixin 3 comments django
- Any good way to see emails generated when using file backend? https://docs.djangoproject.com/en/3.2/topics/email/#file-backend 3 comments django
- Use raw SQL queries or Django's ORM ? https://docs.djangoproject.com/fr/2.2/topics/security/#sql-injection-protection 15 comments django
- Now that Django 3.0 has async support, is there anyway to run a discord.py bot with it? https://docs.djangoproject.com/en/3.2/topics/async/ 8 comments django
- How can I use django-ckeditor with dynamically added forms (from formset)? https://docs.djangoproject.com/en/3.1/ref/contrib/admin/javascript/ 6 comments django
- Django Foreign key: limit_choices_to https://docs.djangoproject.com/en/2.2/ref/models/fields/#django.db.models.ForeignKey.limit_choices_to 5 comments django
- Django 2.2.1 release notes | Django documentation https://docs.djangoproject.com/en/2.2/releases/2.2.1/ 3 comments django
- Django 2.1 release notes | Django documentation https://docs.djangoproject.com/en/2.1/releases/2.1/ 13 comments django
- Using Postgres JSON objects in Django models/view...? https://docs.djangoproject.com/en/1.8/topics/serialization/#serialization-formats-json 8 comments django
- How do you have an autoincrement field that starts at 1 per user (autofield linked to another field)? https://docs.djangoproject.com/en/1.7/ref/models/queries/ 39 comments django
- I have a permanently-running script that collects data into an SQLite database. I want this data displayed in a Django app. How would you integrate the two? https://docs.djangoproject.com/en/1.8/howto/legacy-databases/ 3 comments django
- How to add data to my sqlite3 database through a python script? https://docs.djangoproject.com/en/dev/howto/custom-management-commands/ 8 comments django
- Packages to supplement django.contrib.auth? https://docs.djangoproject.com/en/1.6/topics/auth/#overview 7 comments django
- How did you learn Django? Please share. https://docs.djangoproject.com/en/1.6/ 6 comments learnprogramming
- Including html/template snippets: is there a better way? https://docs.djangoproject.com/en/dev/topics/templates/ 22 comments golang
- Need some help understanding Foreign Key https://docs.djangoproject.com/en/1.6/topics/db/queries/ 11 comments django
- I'm a Django tool and know nothing about programming, yet decided to start. Got stuck with the tutorial at how to customize the "admin look and feel". Please help https://docs.djangoproject.com/en/dev/intro/tutorial02/ 10 comments django
- Can the intro tutorial be extended with user logins? And an intro to South and version control? https://docs.djangoproject.com/en/1.4/intro/tutorial01/ 13 comments django
- Django 1.4 Release Notes! This is exciting. https://docs.djangoproject.com/en/dev/releases/1.4-alpha-1/ 7 comments django
- Django trunk gets class based generic views! http://docs.djangoproject.com/en/dev/topics/class-based-views/ 5 comments django
- Django v1.0 documentation (refactored/reorganised documentation) http://docs.djangoproject.com/ 5 comments programming
Linking pages
- GitHub - SoftwareBrothers/adminjs: AdminJS is an admin panel for apps written in node.js https://github.com/SoftwareBrothers/admin-bro 39 comments
- GitHub - manjurulhoque/django-webflix: A Netflix-style streaming platform built with Django. Features subscription-based content access via Stripe, user watchlists, viewing history, and favorites. Includes movies and TV series catalogs, user reviews, and responsive design. Perfect for learning Django + Stripe integration. https://github.com/manjurulhoque/django-webflix 16 comments
- GitHub - xolox/vim-pyref: A plug-in for the Vim text editor that provides context-sensitive documentation for Python source code. http://github.com/xolox/vim-pyref#readme 14 comments
- SzymCode (Szymon Radomski) · GitHub https://github.com/SzymCode 2 comments
- Paolo Melchiorre - Update annotated Django querysets using subqueries https://www.paulox.net/2018/10/01/updating-a-django-queryset-with-annotation-and-subquery/ 1 comment
- GitHub - SoftwareBrothers/adminjs: AdminJS is an admin panel for apps written in node.js https://github.com/SoftwareBrothers/adminjs 1 comment
- Pinax 0.7.3 Made Available Once Again - CJS Hayward http://jonathanscorner.com/pinax/ 0 comments
- I Love 💚 Django | Paul Onteri https://paulonteri.com/thoughts/love-django 0 comments
- Learning from Board Game Design – Dan Palmer https://danpalmer.me/2020-05-18-board-game-design/ 0 comments
- GitHub - KatherineMichel/tech-and-funding-toolkit: Tech and Funding Toolkit https://github.com/KatherineMichel/tech-and-funding-toolkit 0 comments
- Getting Started With Let's Encrypt - Jeff Bradberry https://jeffbradberry.com/posts/2016/01/getting-started-with-lets-encrypt/ 0 comments
- Sphinx and Design Documents — Greg Taylor http://gc-taylor.com/blog/2011/11/28/sphinx-and-design-documents/ 0 comments
- Python Backends: Flask Versus Django | by Ben Rogojan | Better Programming https://medium.com/better-programming/python-backends-flask-versus-django-5de314fa70ff 0 comments
- Python: Django Development on Kubernetes with DevSpace | by Loft Labs | Medium https://loft-sh.medium.com/python-django-development-on-kubernetes-with-devspace-12529a66c689 0 comments
- Web API Design: 5 Best Practices to Know | Toptal® http://www.toptal.com/api-developers/5-golden-rules-for-designing-a-great-web-api 0 comments
- On FastAPI - GreenAsh https://greenash.net.au/thoughts/2024/04/on-fastapi/ 0 comments