π DRF Auth Kit - Complete DRF Authentication with Type Safety & OpenAPI
After months of development and fixing issues from the initial release, I'm excited to reintroduce DRF Auth Kit - a modern Django REST Framework authentication toolkit that addresses the pain points of existing packages.
What makes it different:
π₯ Full Type Safety - Complete type hints with mypy/pyright support
π Perfect OpenAPI Schema - Auto-generated docs that work flawlessly with any client generator
πͺ JWT Cookies - Secure HTTP-only cookies with automatic token management
π Easy MFA Setup - Email & app-based MFA with backup codes, proper OpenAPI schemas included
π Simple Social Auth - Django Allauth integration with minimal setup (like headless mode but easier)
π 57 Languages - Built-in i18n support
Why we built this:
Inspired by
- No more broken OpenAPI schemas
- Complete type safety throughout
- Zero manual schema fixes needed
- Easy customization without breaking functionality
Perfect for:
- Teams wanting bulletproof API documentation
- Projects requiring type-safe authentication
- Anyone tired of manually fixing auth schemas
- Developers who value clean, well-documented code
β GitHub: https://github.com/forthecraft/drf-auth-kit
π Docs: https://drf-auth-kit.readthedocs.io/
Would love feedback from the community!
/r/django
https://redd.it/1nl9qy9
After months of development and fixing issues from the initial release, I'm excited to reintroduce DRF Auth Kit - a modern Django REST Framework authentication toolkit that addresses the pain points of existing packages.
What makes it different:
π₯ Full Type Safety - Complete type hints with mypy/pyright support
π Perfect OpenAPI Schema - Auto-generated docs that work flawlessly with any client generator
πͺ JWT Cookies - Secure HTTP-only cookies with automatic token management
π Easy MFA Setup - Email & app-based MFA with backup codes, proper OpenAPI schemas included
π Simple Social Auth - Django Allauth integration with minimal setup (like headless mode but easier)
π 57 Languages - Built-in i18n support
Why we built this:
Inspired by
dj-rest-auth and django-trench, but enhanced to solve their limitations:- No more broken OpenAPI schemas
- Complete type safety throughout
- Zero manual schema fixes needed
- Easy customization without breaking functionality
Perfect for:
- Teams wanting bulletproof API documentation
- Projects requiring type-safe authentication
- Anyone tired of manually fixing auth schemas
- Developers who value clean, well-documented code
pip install drf-auth-kit[all] # Includes MFA + social auth
β GitHub: https://github.com/forthecraft/drf-auth-kit
π Docs: https://drf-auth-kit.readthedocs.io/
Would love feedback from the community!
/r/django
https://redd.it/1nl9qy9
GitHub
GitHub - forthecraft/drf-auth-kit: Modern Django REST Framework authentication toolkit with JWT cookies, social login, and 2FAβ¦
Modern Django REST Framework authentication toolkit with JWT cookies, social login, and 2FA support - forthecraft/drf-auth-kit
Why isn't the copy() method part of the Sequence and MutableSequence ABCs?
The
Note that I am not asking how to work with that design choice. Instead I am trying to understand it.
/r/Python
https://redd.it/1nllur9
The
Sequence ABC from collections.abc does not include an abstract method copy(). What are the reasons for that design choice?Note that I am not asking how to work with that design choice. Instead I am trying to understand it.
/r/Python
https://redd.it/1nllur9
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Looking to get hire in the django as a freelancer
i am having a experience of 2+ years as Django, next and react. i am looking for part time, contract or freelancing jobs. worked on more than 4 or 5 project intermediate level. Looking forward to get connected.
/r/django
https://redd.it/1nlgouk
i am having a experience of 2+ years as Django, next and react. i am looking for part time, contract or freelancing jobs. worked on more than 4 or 5 project intermediate level. Looking forward to get connected.
/r/django
https://redd.it/1nlgouk
Reddit
From the django community on Reddit
Explore this post and more from the django community
Scintilla, Qt and alternative text editor widgets
Hello fellow python enjoyers,
I'm currently considering moving away from PyQt6 to go on PySide6 due to license issues. However, it would imply moving away from QScintilla as a text editor too, since there is no bindings for Scintilla on PySide side.
I don't want to go back to "default" QPlainTextEdit since my needs are close to the ones of a Source Code editor (especially indentation guides).
Do any of you know an alternative? I'm leaning towards Monaco via QTMonaco, but there might be better options or easier to adapt (I still need to find out resources regarding Monaco).
/r/Python
https://redd.it/1nltf58
Hello fellow python enjoyers,
I'm currently considering moving away from PyQt6 to go on PySide6 due to license issues. However, it would imply moving away from QScintilla as a text editor too, since there is no bindings for Scintilla on PySide side.
I don't want to go back to "default" QPlainTextEdit since my needs are close to the ones of a Source Code editor (especially indentation guides).
Do any of you know an alternative? I'm leaning towards Monaco via QTMonaco, but there might be better options or easier to adapt (I still need to find out resources regarding Monaco).
/r/Python
https://redd.it/1nltf58
GitHub
GitHub - bec-project/qtmonaco: Monaco editor with pyside6 bindings
Monaco editor with pyside6 bindings. Contribute to bec-project/qtmonaco development by creating an account on GitHub.
Flask + ReactJs + MySQL + Crawler
Is it possible to create a web app for web crawling such as Broken Acces Control vulnerability using said language? I was planning to use
Backend : Flask
Frontend : ReactJS
Database : MySQL
Crawler : Playwright
Also, does that mean using reactjs as frontend will be different as using PHP, HTML and Bootstrap??
/r/flask
https://redd.it/1nlve3z
Is it possible to create a web app for web crawling such as Broken Acces Control vulnerability using said language? I was planning to use
Backend : Flask
Frontend : ReactJS
Database : MySQL
Crawler : Playwright
Also, does that mean using reactjs as frontend will be different as using PHP, HTML and Bootstrap??
/r/flask
https://redd.it/1nlve3z
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Fake OS - Worth making?
So, a while ago i discovered this repo on github: https://github.com/crcollins/pyOS
In summary, its a program trying to simulate an OS by having a kernel, programs (terminal commands), a filesystem etc.
Ive been impressed of the dedication for something that isnt useful in your everyday life. Though ive seen the small group of repositories making similar projects fascinating, and thought about making my own, but ive yet to come up a reason for it.
So here i am, wanting to ask:
Is something like this worth making, following the structure of a real computer, containing a kernel, drivers, the OS layer, BIOS etc?
What would be ways to make it useful / more interesting?
All feedback is appreciated, thanks in advance :O
/r/Python
https://redd.it/1nlwpe8
So, a while ago i discovered this repo on github: https://github.com/crcollins/pyOS
In summary, its a program trying to simulate an OS by having a kernel, programs (terminal commands), a filesystem etc.
Ive been impressed of the dedication for something that isnt useful in your everyday life. Though ive seen the small group of repositories making similar projects fascinating, and thought about making my own, but ive yet to come up a reason for it.
So here i am, wanting to ask:
Is something like this worth making, following the structure of a real computer, containing a kernel, drivers, the OS layer, BIOS etc?
What would be ways to make it useful / more interesting?
All feedback is appreciated, thanks in advance :O
/r/Python
https://redd.it/1nlwpe8
GitHub
GitHub - crcollins/pyOS: A simple pure Python OS.
A simple pure Python OS. Contribute to crcollins/pyOS development by creating an account on GitHub.
Which Django Youtube channel do you recommend?
Hi Django lovers.
I want to learn Django exactly, to do this i can go with Django offical documents but i know a few awesome Django channel that i want to watch all video because there are many things with Django.
Problem is, there are so many videos.
https://www.youtube.com/@CodeWithStein 363 videos 180 hours
https://www.youtube.com/@bugbytes3923 423 videos 128 hours
https://www.youtube.com/@CloudWithDjango 222 videos 68 hours
What do you think, where should i start with?
Thanks
/r/django
https://redd.it/1nluode
Hi Django lovers.
I want to learn Django exactly, to do this i can go with Django offical documents but i know a few awesome Django channel that i want to watch all video because there are many things with Django.
Problem is, there are so many videos.
https://www.youtube.com/@CodeWithStein 363 videos 180 hours
https://www.youtube.com/@bugbytes3923 423 videos 128 hours
https://www.youtube.com/@CloudWithDjango 222 videos 68 hours
What do you think, where should i start with?
Thanks
/r/django
https://redd.it/1nluode
YouTube
Code With Stein
I create tutorial videos to teach you everything you need to know about coding. Django, Python, Vue, Htmx and much much more!
Template for django-ninja?
I've been wanting to try Django ninja for some AI app that I'm trying tk build, because of its async support. However, I could not find an extensive template that shows all the batteries included for Django ninja. Can anybody recommend such template?
/r/django
https://redd.it/1nlwoo4
I've been wanting to try Django ninja for some AI app that I'm trying tk build, because of its async support. However, I could not find an extensive template that shows all the batteries included for Django ninja. Can anybody recommend such template?
/r/django
https://redd.it/1nlwoo4
Reddit
From the django community on Reddit
Explore this post and more from the django community
Tines API Wrapper
Links
PyPI: https://pypi.org/project/Tapi/
GitHub: https://github.com/1Doomdie1/Tapi
Pepy.tech: stats
So what is Tines?
In short, Tines is a no-code automation platform designed for security and IT teams. It allows users to build, orchestrate, and automate workflows such as incident response, threat detection, and IT operations without needing to write code. By connecting to APIs and tools, Tines helps streamline repetitive tasks, reduce response times, and improve operational efficiency. Althought it is marketed as a "no-code" solution, that doesn't mean it doesn't have the ability to run code. Quite the opposite, it provides you with a dedicated action which allows you to write and execute your own python code.
What My Project Does
I created Tapi as a Python wrapper for the Tines API. Rather than dealing with raw HTTP requests or parsing JSON by hand, Tapi provides structured classes like
Examples
Pulling information about your tenant would look somehting like this:
from json import dumps
from tapi import TenantAPI
def main():
DOMAIN = "my-cool-domain-1234"
/r/Python
https://redd.it/1nlze8r
Links
PyPI: https://pypi.org/project/Tapi/
GitHub: https://github.com/1Doomdie1/Tapi
Pepy.tech: stats
So what is Tines?
In short, Tines is a no-code automation platform designed for security and IT teams. It allows users to build, orchestrate, and automate workflows such as incident response, threat detection, and IT operations without needing to write code. By connecting to APIs and tools, Tines helps streamline repetitive tasks, reduce response times, and improve operational efficiency. Althought it is marketed as a "no-code" solution, that doesn't mean it doesn't have the ability to run code. Quite the opposite, it provides you with a dedicated action which allows you to write and execute your own python code.
What My Project Does
I created Tapi as a Python wrapper for the Tines API. Rather than dealing with raw HTTP requests or parsing JSON by hand, Tapi provides structured classes like
WorkflowsAPI, ActionsAPI, CredentialsAPI, and others. These give you a clean way to interact with your Tines tenant and its endpoints.Examples
Pulling information about your tenant would look somehting like this:
from json import dumps
from tapi import TenantAPI
def main():
DOMAIN = "my-cool-domain-1234"
/r/Python
https://redd.it/1nlze8r
How to force my Flask app to always use English?
import os
from app.route import (
basic_input_route,
graph_investment_route,
graph_salary_growth_route,
pension_summary_route,
)
from flask import Flask, g, request
from flask_babel import Babel
from setup_secret import setup_secret
from extensions import db, csrf
def create_app(test_config=None):
app = Flask(__name__)
setup_secret()
secret_key = os.environ.get("SECRET_KEY")
if not secret_key:
raise RuntimeError(
"SECRET_KEY not found! Run setup_secret() or create a proper .env file."
)
app.config["SECRET_KEY"] = secret_key
app.config["SQLALCHEMY_DATABASE_URI"]
/r/flask
https://redd.it/1nmal6o
import os
from app.route import (
basic_input_route,
graph_investment_route,
graph_salary_growth_route,
pension_summary_route,
)
from flask import Flask, g, request
from flask_babel import Babel
from setup_secret import setup_secret
from extensions import db, csrf
def create_app(test_config=None):
app = Flask(__name__)
setup_secret()
secret_key = os.environ.get("SECRET_KEY")
if not secret_key:
raise RuntimeError(
"SECRET_KEY not found! Run setup_secret() or create a proper .env file."
)
app.config["SECRET_KEY"] = secret_key
app.config["SQLALCHEMY_DATABASE_URI"]
/r/flask
https://redd.it/1nmal6o
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Improving the performance of Python/Django project with the help of Go?
In my work I use Django and I love it because I've been able to deliver some projects very quickly thanks to it providing an easy structure to follow and compose, but I've been learning Go recently and I've loved how efficient it can be, I was thinking of trying to rewrite some jobs I have in celery to Go to see if there's any improvement in performance, since we use VPS and before scaling I would like to see if Go can help us support more work with the current resources.
I would like to know if you have had experience integrating Go into Python or Django projects especially, and what you have discovered and how you have done it.
/r/django
https://redd.it/1nm8ij0
In my work I use Django and I love it because I've been able to deliver some projects very quickly thanks to it providing an easy structure to follow and compose, but I've been learning Go recently and I've loved how efficient it can be, I was thinking of trying to rewrite some jobs I have in celery to Go to see if there's any improvement in performance, since we use VPS and before scaling I would like to see if Go can help us support more work with the current resources.
I would like to know if you have had experience integrating Go into Python or Django projects especially, and what you have discovered and how you have done it.
/r/django
https://redd.it/1nm8ij0
Reddit
From the django community on Reddit
Explore this post and more from the django community
Sunday Daily Thread: What's everyone working on this week?
# Weekly Thread: What's Everyone Working On This Week? π οΈ
Hello /r/Python! It's time to share what you've been working on! Whether it's a work-in-progress, a completed masterpiece, or just a rough idea, let us know what you're up to!
## How it Works:
1. Show & Tell: Share your current projects, completed works, or future ideas.
2. Discuss: Get feedback, find collaborators, or just chat about your project.
3. Inspire: Your project might inspire someone else, just as you might get inspired here.
## Guidelines:
Feel free to include as many details as you'd like. Code snippets, screenshots, and links are all welcome.
Whether it's your job, your hobby, or your passion project, all Python-related work is welcome here.
## Example Shares:
1. Machine Learning Model: Working on a ML model to predict stock prices. Just cracked a 90% accuracy rate!
2. Web Scraping: Built a script to scrape and analyze news articles. It's helped me understand media bias better.
3. Automation: Automated my home lighting with Python and Raspberry Pi. My life has never been easier!
Let's build and grow together! Share your journey and learn from others. Happy coding! π
/r/Python
https://redd.it/1nmdhrp
# Weekly Thread: What's Everyone Working On This Week? π οΈ
Hello /r/Python! It's time to share what you've been working on! Whether it's a work-in-progress, a completed masterpiece, or just a rough idea, let us know what you're up to!
## How it Works:
1. Show & Tell: Share your current projects, completed works, or future ideas.
2. Discuss: Get feedback, find collaborators, or just chat about your project.
3. Inspire: Your project might inspire someone else, just as you might get inspired here.
## Guidelines:
Feel free to include as many details as you'd like. Code snippets, screenshots, and links are all welcome.
Whether it's your job, your hobby, or your passion project, all Python-related work is welcome here.
## Example Shares:
1. Machine Learning Model: Working on a ML model to predict stock prices. Just cracked a 90% accuracy rate!
2. Web Scraping: Built a script to scrape and analyze news articles. It's helped me understand media bias better.
3. Automation: Automated my home lighting with Python and Raspberry Pi. My life has never been easier!
Let's build and grow together! Share your journey and learn from others. Happy coding! π
/r/Python
https://redd.it/1nmdhrp
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
super lightweight stateful flow
What My Project Does
A lightweight AI-Ready Python framework for building asynchronous data processing pipelines with stateful nodes.
Target Audience
Those who wants to build AI application backends or lightweight data process backends. The project is not massivly tested in production.
Comparison
Compared to hamilton, airflow, pydag, etc., OoFlow is super lightweight and has very easy to use APIs, no restrictions on code positions, and its nodes/tasks are stateful, enabling cross-messages business logic.
\----------------------------------------------
when i was building new applications(some were AI related), i found the programming paradigm changed, because the first token/byte of each phase deeply affect user experiences.
i had to make every step processing data asynchronous, stateful, parallel.
"""
Flow topology diagram:
A
β
βΌ
B
β± β²
βΌ βΌ
C D
β² β±
βΌ
E
"""
/r/Python
https://redd.it/1nmgr3q
What My Project Does
A lightweight AI-Ready Python framework for building asynchronous data processing pipelines with stateful nodes.
Target Audience
Those who wants to build AI application backends or lightweight data process backends. The project is not massivly tested in production.
Comparison
Compared to hamilton, airflow, pydag, etc., OoFlow is super lightweight and has very easy to use APIs, no restrictions on code positions, and its nodes/tasks are stateful, enabling cross-messages business logic.
\----------------------------------------------
when i was building new applications(some were AI related), i found the programming paradigm changed, because the first token/byte of each phase deeply affect user experiences.
i had to make every step processing data asynchronous, stateful, parallel.
"""
Flow topology diagram:
A
β
βΌ
B
β± β²
βΌ βΌ
C D
β² β±
βΌ
E
"""
/r/Python
https://redd.it/1nmgr3q
Reddit
From the Python community on Reddit: super lightweight stateful flow
Explore this post and more from the Python community
pyya - integrate YAML configurations with your code easily
Updated to v0.1.9. Added a CLI tool to generate stubs for YAML configuration, now attribute style configuration has nice completion suggestions assuming you have setup mypy/python LSP.
Install:
pip install pyya
Page:
https://github.com/shadowy-pycoder/pyya
Features:
1) Automatically merge default and production configuration files
2) Convert keys in configuration files to snake_case
3) YAML validation with Pydantic models
4) Generate stub files for your dynamic configuration with pyya CLI tool.
5) Simple API
/r/Python
https://redd.it/1nmo8hl
Updated to v0.1.9. Added a CLI tool to generate stubs for YAML configuration, now attribute style configuration has nice completion suggestions assuming you have setup mypy/python LSP.
Install:
pip install pyya
Page:
https://github.com/shadowy-pycoder/pyya
Features:
1) Automatically merge default and production configuration files
2) Convert keys in configuration files to snake_case
3) YAML validation with Pydantic models
4) Generate stub files for your dynamic configuration with pyya CLI tool.
5) Simple API
/r/Python
https://redd.it/1nmo8hl
GitHub
GitHub - shadowy-pycoder/pyya: Convert YAML configuration files to Python objects
Convert YAML configuration files to Python objects - shadowy-pycoder/pyya
duvc-ctl Windows library for UVC camera control and Property control
I made this for controlling USB cameras on Windows without needing any extra SDKs or serial controls for PTZ. Itβs called duvc-ctl. Supports C++, Python(other languages support coming soon), and a CLI for adjusting pan/tilt/zoom(ptz), focus, exposure, and other camera properties.
https://github.com/allanhanan/duvc-ctl
What my project does:
Control camera properties such as Brightness, Exposure, Pan, Tilt, Zoom, and other camera properties available in DirectShow
It exposes the DirectShow api to access these properties easily in C++ and binds it to python
Linux already has v4l2-ctl which is waay better but windows was lacking
Would be interested to hear if others find this useful or have ideas for where it could fit into workflows.
I personally found this useful where I didn't want to mess with visca or other serial protocols and just wanted to control it from python with just the usb connected
I might add linux support but I'm open to hear any opinions on this for now
/r/Python
https://redd.it/1nmio5b
I made this for controlling USB cameras on Windows without needing any extra SDKs or serial controls for PTZ. Itβs called duvc-ctl. Supports C++, Python(other languages support coming soon), and a CLI for adjusting pan/tilt/zoom(ptz), focus, exposure, and other camera properties.
https://github.com/allanhanan/duvc-ctl
What my project does:
Control camera properties such as Brightness, Exposure, Pan, Tilt, Zoom, and other camera properties available in DirectShow
It exposes the DirectShow api to access these properties easily in C++ and binds it to python
Linux already has v4l2-ctl which is waay better but windows was lacking
Would be interested to hear if others find this useful or have ideas for where it could fit into workflows.
I personally found this useful where I didn't want to mess with visca or other serial protocols and just wanted to control it from python with just the usb connected
I might add linux support but I'm open to hear any opinions on this for now
/r/Python
https://redd.it/1nmio5b
GitHub
GitHub - allanhanan/duvc-ctl: Windows DirectShow UVC camera control library with C++, Python and CLI tools. duvc-ctl lets you β¦
Windows DirectShow UVC camera control library with C++, Python and CLI tools. duvc-ctl lets you programmatically control USB cameras on Windows. Set pan, tilt, zoom, focus, exposure, and other UVC ...
I built a full programming language interpreter in Python based on a meme
The project started as a joke based on the "everyone talks about while loops but no one asks WHEN loops" meme, but evolved into a complete interpreter demonstrating how different programming paradigms affect problem-solving approaches.
# What My Project Does
WHEN is a programming language interpreter written in Python where all code runs in implicit infinite loops and the only control flow primitive is
# WHEN code example
count = 0
main:
count = count + 1
print("Count:", count)
when count >= 5:
print("Done!")
exit()
The interpreter features:
Full lexer, parser, and AST implementation
Support for importing Python modules directly
Parallel and cooperative execution models
Interactive graphics and game development capabilities (surprisingly)
You can install it via pip:
# Target Audience
This is Currently a toy/educational project, but exploring use cases in game development, state machine modeling,
/r/Python
https://redd.it/1nmta0f
The project started as a joke based on the "everyone talks about while loops but no one asks WHEN loops" meme, but evolved into a complete interpreter demonstrating how different programming paradigms affect problem-solving approaches.
# What My Project Does
WHEN is a programming language interpreter written in Python where all code runs in implicit infinite loops and the only control flow primitive is
when conditions. Instead of traditional for/while loops, everything is reactive:# WHEN code example
count = 0
main:
count = count + 1
print("Count:", count)
when count >= 5:
print("Done!")
exit()
The interpreter features:
Full lexer, parser, and AST implementation
Support for importing Python modules directly
Parallel and cooperative execution models
Interactive graphics and game development capabilities (surprisingly)
You can install it via pip:
pip install when-lang# Target Audience
This is Currently a toy/educational project, but exploring use cases in game development, state machine modeling,
/r/Python
https://redd.it/1nmta0f
Reddit
From the Python community on Reddit: I built a full programming language interpreter in Python based on a meme
Explore this post and more from the Python community
Python 3.13 is 10% slower than 3.12 for my file parser
I have written a custom parser for a game-specific file format.
It performs particularly bad when there's too many nested references (A reference to a different object in an object), but that's a different problem on its own.
The current problem I have is with the performance degradation by almost 10% when using Python 3.13. I am trying to figure out what changes happened in 3.13 that might be relevant for my issue.
I should probably attach the concrete code, so here is the method in question.
/r/Python
https://redd.it/1nmuy7t
I have written a custom parser for a game-specific file format.
It performs particularly bad when there's too many nested references (A reference to a different object in an object), but that's a different problem on its own.
The current problem I have is with the performance degradation by almost 10% when using Python 3.13. I am trying to figure out what changes happened in 3.13 that might be relevant for my issue.
I should probably attach the concrete code, so here is the method in question.
/r/Python
https://redd.it/1nmuy7t
GitHub
REasy/file_handlers/rsz/rsz_file.py at d4d4c842511c51d52913e7d5d63e752875fa17ef Β· seifhassine/REasy
A modding toolkit for RE engine games. REεΌζζΈΈζη樑η»ε·₯ε
·ε
γ - seifhassine/REasy
filter on model
Hello, in my template i have some filters to filter items basing on each item property. Now I need to add a checkbox called "flat" which only shows items if the heel_height property value is equal to 0.
i created flat() method on models.py
class Shoe(models.Model):
heelheight = models.IntegerField(default=0, blank=False, null=False)
def flat(self):
if self.heelheight == 0:
return True
else:
return False
I added that field to the forms.py
class SearchForm(ModelForm):
class Meta:
model = Shoe
fields = 'season', 'color', 'size', 'flat',
and i added it to my existing searchform on template
<div class="fieldWrapper">
/r/django
https://redd.it/1nmqguj
Hello, in my template i have some filters to filter items basing on each item property. Now I need to add a checkbox called "flat" which only shows items if the heel_height property value is equal to 0.
i created flat() method on models.py
class Shoe(models.Model):
heelheight = models.IntegerField(default=0, blank=False, null=False)
def flat(self):
if self.heelheight == 0:
return True
else:
return False
I added that field to the forms.py
class SearchForm(ModelForm):
class Meta:
model = Shoe
fields = 'season', 'color', 'size', 'flat',
and i added it to my existing searchform on template
<div class="fieldWrapper">
/r/django
https://redd.it/1nmqguj
Reddit
From the django community on Reddit
Explore this post and more from the django community
π Focused on what I love: building and growing thingsπ.It's rewarding to see an idea come to life on the web. Excited about the projects ahead and always looking to learn from others in the fieldπ #GrowthMindset #Tech #Innovation #PassionForWork #DigitalMarketing #WebDevelopment #OnlinePresenc
/r/django
https://redd.it/1nmna3h
/r/django
https://redd.it/1nmna3h
Monday Daily Thread: Project ideas!
# Weekly Thread: Project Ideas π‘
Welcome to our weekly Project Ideas thread! Whether you're a newbie looking for a first project or an expert seeking a new challenge, this is the place for you.
## How it Works:
1. **Suggest a Project**: Comment your project ideaβbe it beginner-friendly or advanced.
2. **Build & Share**: If you complete a project, reply to the original comment, share your experience, and attach your source code.
3. **Explore**: Looking for ideas? Check out Al Sweigart's ["The Big Book of Small Python Projects"](https://www.amazon.com/Big-Book-Small-Python-Programming/dp/1718501242) for inspiration.
## Guidelines:
* Clearly state the difficulty level.
* Provide a brief description and, if possible, outline the tech stack.
* Feel free to link to tutorials or resources that might help.
# Example Submissions:
## Project Idea: Chatbot
**Difficulty**: Intermediate
**Tech Stack**: Python, NLP, Flask/FastAPI/Litestar
**Description**: Create a chatbot that can answer FAQs for a website.
**Resources**: [Building a Chatbot with Python](https://www.youtube.com/watch?v=a37BL0stIuM)
# Project Idea: Weather Dashboard
**Difficulty**: Beginner
**Tech Stack**: HTML, CSS, JavaScript, API
**Description**: Build a dashboard that displays real-time weather information using a weather API.
**Resources**: [Weather API Tutorial](https://www.youtube.com/watch?v=9P5MY_2i7K8)
## Project Idea: File Organizer
**Difficulty**: Beginner
**Tech Stack**: Python, File I/O
**Description**: Create a script that organizes files in a directory into sub-folders based on file type.
**Resources**: [Automate the Boring Stuff: Organizing Files](https://automatetheboringstuff.com/2e/chapter9/)
Let's help each other grow. Happy
/r/Python
https://redd.it/1nn7o0l
# Weekly Thread: Project Ideas π‘
Welcome to our weekly Project Ideas thread! Whether you're a newbie looking for a first project or an expert seeking a new challenge, this is the place for you.
## How it Works:
1. **Suggest a Project**: Comment your project ideaβbe it beginner-friendly or advanced.
2. **Build & Share**: If you complete a project, reply to the original comment, share your experience, and attach your source code.
3. **Explore**: Looking for ideas? Check out Al Sweigart's ["The Big Book of Small Python Projects"](https://www.amazon.com/Big-Book-Small-Python-Programming/dp/1718501242) for inspiration.
## Guidelines:
* Clearly state the difficulty level.
* Provide a brief description and, if possible, outline the tech stack.
* Feel free to link to tutorials or resources that might help.
# Example Submissions:
## Project Idea: Chatbot
**Difficulty**: Intermediate
**Tech Stack**: Python, NLP, Flask/FastAPI/Litestar
**Description**: Create a chatbot that can answer FAQs for a website.
**Resources**: [Building a Chatbot with Python](https://www.youtube.com/watch?v=a37BL0stIuM)
# Project Idea: Weather Dashboard
**Difficulty**: Beginner
**Tech Stack**: HTML, CSS, JavaScript, API
**Description**: Build a dashboard that displays real-time weather information using a weather API.
**Resources**: [Weather API Tutorial](https://www.youtube.com/watch?v=9P5MY_2i7K8)
## Project Idea: File Organizer
**Difficulty**: Beginner
**Tech Stack**: Python, File I/O
**Description**: Create a script that organizes files in a directory into sub-folders based on file type.
**Resources**: [Automate the Boring Stuff: Organizing Files](https://automatetheboringstuff.com/2e/chapter9/)
Let's help each other grow. Happy
/r/Python
https://redd.it/1nn7o0l
YouTube
Build & Integrate your own custom chatbot to a website (Python & JavaScript)
In this fun project you learn how to build a custom chatbot in Python and then integrate this to a website using Flask and JavaScript.
Starter Files: https://github.com/patrickloeber/chatbot-deployment
Get my Free NumPy Handbook: https://www.python-engiβ¦
Starter Files: https://github.com/patrickloeber/chatbot-deployment
Get my Free NumPy Handbook: https://www.python-engiβ¦