Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Home - Django REST framework
-
(26) Django Reinhardt - The Definitive Django, the Best of Gypsy Guitar Sounds - YouTube
-
Under the hood of Where Do I Vote | Democracy ClubDemocracy Club
-
The Django admin site | Django documentation | Django
Associate the currently logged in user with a record. -
Celery 4 Periodic Task in Django – Yehan Djoehartono – Medium
-
Welcome | Jinja2 (The Python Template Engine)
Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. -
Django vs Flask — git-pull.com
Django vs Flask -
Django project optimization guide (part 1)
-
Tasks — Celery 4.0.2 documentation
-
Django Web Framework (Python) - Learn web development | MDN
Django is an extremely popular and fully featured server-side web framework, written in Python. The module shows you why Django is one of the most popular web server frameworks, how to set up a development environment, and how to get started with using it to create your own web applications. -
How to turn Django Admin into a lightweight dashboard
Django Admin is a powerful tool for managing data in your app. However, it was not designed with summary tables and charts in mind. Luckily, the developers of Django Admin made it easy for us to… -
Things You Must Know About Django Admin As Your App Gets Bigger
The Django admin is a very powerful tool. We use it for day to day operations, browsing data and support. As we grew some of our projects from zero to 100K+ users we started experiencing some of… -
【自分メモ】DjangoのカスタムUserモデル - Qiita
-
[Django] Userをカスタマイズする |
-
django-guardian - per object permissions for Django — django-guardian 1.4.8 documentation
-
Writing your first Django app, part 1 | Django documentation | Django
-
python - Django: Use other model classes as choices for a field - Stack Overflow
-
python - How do I quit a Django development server with a bash script? - Stack Overflow
-
Models — Test-Driven Django Development v3.0 documentation
-
Django Tutorial Part 10: Testing a Django web application - Learn web development | MDN
-
Django Tutorial Part 3: Using models - Learn web development | MDN
In this article we've learned how models are defined, and then used this information to design and implement appropriate models for the LocalLibrary website. -
Choices for Choices in Django CharFields
-
Django vs Flask: A practitioner’s perspective (2017)
-
Change a django password manually | Laur IVAN
python manage.py shell from django.contrib.auth.models import User users = User.objects.all() print users user = users[0] user.set_password('_new_password_') user.save() -
Saleor — an open source storefront written in Python and Django