- I am Looking for an example app using Django-filter, django-tables, and django-crispy-forms. https://www.reddit.com/r/django/comments/isua9y/i_am_looking_for_an_example_app_using/ 9 comments django
- django-openinghours allows to define opening hours and to verify if something, for example a store, is currently open. https://github.com/arteria/django-openinghours 11 comments django
- Code examples: building efficient REST APIs with Django https://github.com/oscarychen/building-efficient-api 7 comments django
- APIView vs ViewSet in Django REST Framework ? This post breaks down their pros, cons, and real-world examples to help you make the right decision for your API development. Dive in to learn more! https://medium.com/@mathur.danduprolu/apiview-vsviewset-in-django-rest-framework-aa9a77921d53 3 comments django
- 7 Django GeneratedField examples in 6 mins ⚡️ https://www.photondesigner.com/articles/generated-field-examples?ref=rdjango 13 comments django
- Django Admin Stacked Inline Example: Many-one Relations https://levelup.gitconnected.com/django-admin-stacked-inline-example-many-to-many-relations-e81ae4b59f51?sk=cb0e980922885261e526b54c3e4b7bdc 3 comments django
- Django Rest Framework Recipes on specific examples https://tinystruggles.com/posts/drf_recipes/ 6 comments django
- Django + allauth + Tailwind + HTMX Example. https://github.com/imomkar/django_htmx 2 comments django
- An example Django 3.2+ / Docker Compose starter project that's using Celery, PostgreSQL, Redis, Webpack and TailwindCSS -- it includes GitHub Actions, tests, health checks and more https://github.com/nickjj/docker-django-example 28 comments django
- Hacking Django websites: clickjacking (with video example of the attack ) https://richardtier.com/2020/12/13/hacking-django-websites-clickjacking/ 4 comments django
- 3 Effective Examples of Django Async Views without Sleeping https://www.reddit.com/r/django/comments/k4ln0d/3_effective_examples_of_django_async_views/ 8 comments django
- Using Django I made a website that lets you convert youtube videos to a podcasts, useful for listening to lectures in the car for example! Happy to answer questions about the setup :) https://youtubetopodcast.com 15 comments django
- Do I need to change Django's ORM to use NoSQL document database (Datastore on Google Cloud per example) https://cloud.google.com/python/django 13 comments django
- [Public repo] Django + React working example with boilerplate code https://github.com/geropellicer/DjangoReact 17 comments django
- Django QuerySet Examples (with SQL code included) https://davit.tech/django-queryset-examples/ 9 comments django
- GraphQL query language by examples – Django REST APIs developer perspective https://medium.com/beautiful-code-smart-design-by-10clouds/graphql-by-examples-rest-dev-perspective-386dc86b790e 12 comments coding
- Modern Django Project Examples - Up-to-date project examples and discussion about whether FBV or CBV is better https://medium.com/@omenapps/modern-django-project-examples-3bb2fc0a0f28 6 comments django
- What's the best example of Django best practices on GitHub? https://www.reddit.com/r/django/comments/adxo6u/whats_the_best_example_of_django_best_practices/ 8 comments django
- Example django restful api, might be helpful for beginners. https://github.com/bsherrill480/example_django_site 4 comments django
- Django REST Framework Authentication by Example with JSON Web Tokens (JWT) https://www.techiediaries.com/django-rest-framework-jwt-tutorial/ 8 comments django
- React/Redux blog with Django REST backend. Has an auth system, Dockerized. I hope you'll find it useful as an example or a starter project. I would love to hear some feedback! https://github.com/raymestalez/django-react-blog 3 comments javascript
- Example of a Django ecommerce site https://www.reddit.com/r/django/comments/5xcgah/example_of_a_django_ecommerce_site/ 6 comments django
- Django Rest Framework API Example https://www.reddit.com/r/django/comments/5hhxu9/django_rest_framework_api_example/ 9 comments django
- Where do I put static files? Any Example code for Django 1.10? https://www.reddit.com/r/django/comments/50uiys/where_do_i_put_static_files_any_example_code_for/ 8 comments django
- Django Channels and Celery Example http://vincenttide.com/blog/1/django-channels-and-celery-example/ 10 comments django
- Are there any good examples of open-source websites utilizing Django Rest? https://www.reddit.com/r/django/comments/4qsmhx/are_there_any_good_examples_of_opensource/ 8 comments django
- This is the best explanation of Environment Management I've seen so far (and it uses Django it its examples!) https://www.youtube.com/watch?v=bC5djYeF1dk 8 comments django
- Ready to use Structure for Django Tests + Examples http://dezoito.github.io/2015/09/21/how-to-test-django-applications_pt1/ 8 comments django
- Django class-based views example with pagination http://kenanbek.me/post/django-class-based-views-example-with-pagination/ 4 comments django
- Very simple example on using AJAX in Python and Django http://kenanbek.me/post/very-simple-example-on-using-ajax-in-python-and-django/ 5 comments django
- Django by Example...Finally updated for Django 1.7! http://lightbird.net/dbe2/ 5 comments django
- Find real Django usage examples from other open-source projects that use Django (using Sourcegraph, w/video) https://www.youtube.com/watch?v=9hHt-3tmqpg 7 comments django
- Top 15 most-used functions in Django, with docs and examples (sourced from other GitHub projects?) https://sourcegraph.com/github.com/django/django 4 comments django
- Testing in Django (part 1) - Best practices and examples http://www.realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/ 5 comments django
- Django Logging: All I needed was an example. This example worked. Logging works now, including back-end SQL. Life is good :) http://stackoverflow.com/questions/5438642/django-setup-default-logging 7 comments django
- Django By Example http://lightbird.net/dbe/ 8 comments django
- Django by Example - nice simple tutorial http://lightbird.net/dbe/index.html 3 comments django
- Is it bad practice to use pre built systems for projects you plan to put on your resume ? For example Django has a user registration feature that handles all the things to do with users. Would it be ok to show an employer a website I built with Django's pre-built user registration feature ? http://twitter.com 90 comments programming