I built a custom flow to add Stripe payments to your Flask app in under 1 hour - would love feedback
/r/flask
https://redd.it/1ktq89a
/r/flask
https://redd.it/1ktq89a
Flask-Login session works but React frontend gets 401 Unauthorized on protected routes despite successful login
/r/flask
https://redd.it/1ktdm0h
/r/flask
https://redd.it/1ktdm0h
Would you use a platform that ranks lesser-known, fast-growing open-source projects?
Lately I've been trying to come up with an idea and actually build it out, different ideas coming and going, finally found one that feels like something people would actually use, at least in my head. I'd love to hear what you guys think about it though.
The idea is basically a site that ranks promising open-source projects that aren't yet viral. Think of it as a "Product Hunt for devs who haven’t gone mainstream yet" — updated regularly based solely on GitHub activity like stars, forks, PRs, and watchers.
The goal is to help people discover interesting, useful repos before they blow up, a place to support underdog builders, contributors, or even join in early.
Would you find something like this useful?
What would make it more valuable to you as a dev?
/r/Python
https://redd.it/1ku1axp
Lately I've been trying to come up with an idea and actually build it out, different ideas coming and going, finally found one that feels like something people would actually use, at least in my head. I'd love to hear what you guys think about it though.
The idea is basically a site that ranks promising open-source projects that aren't yet viral. Think of it as a "Product Hunt for devs who haven’t gone mainstream yet" — updated regularly based solely on GitHub activity like stars, forks, PRs, and watchers.
The goal is to help people discover interesting, useful repos before they blow up, a place to support underdog builders, contributors, or even join in early.
Would you find something like this useful?
What would make it more valuable to you as a dev?
/r/Python
https://redd.it/1ku1axp
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
New to Django? Here’s a Step-by-Step Tutorial I Made for You (Free + PythonAnywhere Deployment)
Hey everyone,
I’ve always wanted to give back to the community that helped me get started, and today I finally did it.
I just published a **step-by-step Django tutorial** in Google Docs that takes you from **absolute zero** all the way to **deploying your first project on PythonAnywhere** \- completely free.
I still remember learning Django 9 years ago. I jumped into the official tutorial, but I didn’t understand much, it was literally the first thing I tried to do in college after learning Python 😅. It was confusing, and I had no idea what was going on.
So I created the guide I wish I had back then **super beginner-friendly** and written in plain language.
It covers:
* Setting up your environment
* Creating your first Django app
* Understanding URLs, views, templates, and models
* Building a basic CRUD app (Templates/Static)
* Deploying for free using PythonAnywhere
📄Here's the [https://docs.google.com/document/d/14xH0bQytKg49le6MdbnsaGj5bSpfnmPfO7ThAe25-lk/edit?usp=sharing](https://docs.google.com/document/d/14xH0bQytKg49le6MdbnsaGj5bSpfnmPfO7ThAe25-lk/edit?usp=sharing)
Please feel free to **read, follow along, or share with someone just starting out**.
💬 **If there’s something you don’t understand, or if anything seems off or outdated, drop a comment here or in the doc I’ll be happy to answer and help.**
Enjoy building, and good luck on your journey! 🚀 Feel to free to
/r/django
https://redd.it/1ktzksg
Hey everyone,
I’ve always wanted to give back to the community that helped me get started, and today I finally did it.
I just published a **step-by-step Django tutorial** in Google Docs that takes you from **absolute zero** all the way to **deploying your first project on PythonAnywhere** \- completely free.
I still remember learning Django 9 years ago. I jumped into the official tutorial, but I didn’t understand much, it was literally the first thing I tried to do in college after learning Python 😅. It was confusing, and I had no idea what was going on.
So I created the guide I wish I had back then **super beginner-friendly** and written in plain language.
It covers:
* Setting up your environment
* Creating your first Django app
* Understanding URLs, views, templates, and models
* Building a basic CRUD app (Templates/Static)
* Deploying for free using PythonAnywhere
📄Here's the [https://docs.google.com/document/d/14xH0bQytKg49le6MdbnsaGj5bSpfnmPfO7ThAe25-lk/edit?usp=sharing](https://docs.google.com/document/d/14xH0bQytKg49le6MdbnsaGj5bSpfnmPfO7ThAe25-lk/edit?usp=sharing)
Please feel free to **read, follow along, or share with someone just starting out**.
💬 **If there’s something you don’t understand, or if anything seems off or outdated, drop a comment here or in the doc I’ll be happy to answer and help.**
Enjoy building, and good luck on your journey! 🚀 Feel to free to
/r/django
https://redd.it/1ktzksg
Google Docs
Build and Deploy a Django Full-Stack App: Zero to Live with Python, HTML, CSS & PythonAnywhere
Build and Deploy a Django Full-Stack App: Zero to Live with Python, HTML, CSS & PythonAnywhere Live Application: Live Demo Source Code Prerequisites: Knowledge of Python (Data types, functions, import, classes …. ) Install Visual Studio Code Basic Linux…
Which useful Python libraries did you learn on the job, which you may otherwise not have discovered?
I feel like one of the benefits of using Python at work (or any other language for that matter), is the shared pool of knowledge and experience you get exposed to within your team. I have found that reading colleagues' code and taking advice their advice has introduced me to some useful tools that I probably wouldn't have discovered through self-learning alone. For example, Pydantic and DuckDB, among several others.
Just curious to hear if anyone has experienced anything similar, and what libraries or tools you now swear by?
/r/Python
https://redd.it/1ku6th8
I feel like one of the benefits of using Python at work (or any other language for that matter), is the shared pool of knowledge and experience you get exposed to within your team. I have found that reading colleagues' code and taking advice their advice has introduced me to some useful tools that I probably wouldn't have discovered through self-learning alone. For example, Pydantic and DuckDB, among several others.
Just curious to hear if anyone has experienced anything similar, and what libraries or tools you now swear by?
/r/Python
https://redd.it/1ku6th8
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Best Cloud Storage for Managing and Editing Word, Excel, and PDF Documents in a Python Web App?
Hi all,
I'm building a document upload system in Python for my web app where users can upload, view, and edit documents like Word, Excel, and PDF files.
I’m trying to decide which cloud storage solution would be best for this — AWS S3, Azure Blob Storage, Google Cloud Storage, or something else?
Also, what technologies or libraries would you recommend for viewing and editing these document types directly in the app?
Thanks in advance for your suggestions!
/r/django
https://redd.it/1ku8efk
Hi all,
I'm building a document upload system in Python for my web app where users can upload, view, and edit documents like Word, Excel, and PDF files.
I’m trying to decide which cloud storage solution would be best for this — AWS S3, Azure Blob Storage, Google Cloud Storage, or something else?
Also, what technologies or libraries would you recommend for viewing and editing these document types directly in the app?
Thanks in advance for your suggestions!
/r/django
https://redd.it/1ku8efk
Reddit
From the django community on Reddit
Explore this post and more from the django community
The simplest and most affordable way to implement one-to-many video calls in Django app ?
Hey folks, Working on a Django app where I need to implement a one-to-many video call feature. I know Django Channels and Redis are options for building this out, but I’m hoping to keep it simple and avoid too much complexity.
Two key things I’m considering:
1. Simplicity – I want something easy to integrate without a lot of setup.
2. Pricing – I’m looking for something affordable (either free or reasonably priced).
Has anyone used services like Twilio, Agora, or similar that fit these criteria? Or would you recommend going the DIY route?
/r/django
https://redd.it/1ku2goa
Hey folks, Working on a Django app where I need to implement a one-to-many video call feature. I know Django Channels and Redis are options for building this out, but I’m hoping to keep it simple and avoid too much complexity.
Two key things I’m considering:
1. Simplicity – I want something easy to integrate without a lot of setup.
2. Pricing – I’m looking for something affordable (either free or reasonably priced).
Has anyone used services like Twilio, Agora, or similar that fit these criteria? Or would you recommend going the DIY route?
/r/django
https://redd.it/1ku2goa
Reddit
From the django community on Reddit
Explore this post and more from the django community
Composer-Inspired Python Web Project Scaffolding Tool
**Overview:**
AMEN CLI is a command-line tool designed to help developers quickly scaffold modern Python web applications, inspired by the ease and structure of Composer and Laravel’s Artisan. It supports multiple frameworks, including Flask and FastAPI, with plans for Bottle and Pyramid.
**Key Features:**
* **Interactive Project Setup:** Guided prompts for framework selection, app type (webapp or API), and project naming.
* **Multiple Framework Support:** Out of the box templates for Flask and FastAPI, with extensible support for more frameworks.
* **Automatic Virtual Environment:** Instantly sets up a Python virtual environment for your project.
* **Dependency Management:** Generates a requirements.txt and installs necessary packages.
* **Structured Project Layout:** Creates a clean, maintainable directory structure with templates, static files, and tests.
* **Ready to Run:** Generated projects include a README, environment files, and a run script for immediate development.
**Workflow:**
1. Install with pip install amen-cli.
2. Run amen create and follow the interactive prompts.
3. Activate your virtual environment and start coding!
**Who is it for?**
* Python developers who want to bootstrap web projects quickly.
* Teams seeking consistency and best practices in project structure.
* Anyone looking for a Laravel/Composer-like experience in Python.
**Current Status:**
Stable for Flask and FastAPI. Bottle and Pyramid support are in progress.
Contributions are welcome!
**Links:**
* [GitHub Repository](https://github.com/taqsblaze/amen-cli/)
* [Issue Tracker](https://github.com/taqsblaze/amen-cli#issues)
/r/Python
https://redd.it/1ku81ia
**Overview:**
AMEN CLI is a command-line tool designed to help developers quickly scaffold modern Python web applications, inspired by the ease and structure of Composer and Laravel’s Artisan. It supports multiple frameworks, including Flask and FastAPI, with plans for Bottle and Pyramid.
**Key Features:**
* **Interactive Project Setup:** Guided prompts for framework selection, app type (webapp or API), and project naming.
* **Multiple Framework Support:** Out of the box templates for Flask and FastAPI, with extensible support for more frameworks.
* **Automatic Virtual Environment:** Instantly sets up a Python virtual environment for your project.
* **Dependency Management:** Generates a requirements.txt and installs necessary packages.
* **Structured Project Layout:** Creates a clean, maintainable directory structure with templates, static files, and tests.
* **Ready to Run:** Generated projects include a README, environment files, and a run script for immediate development.
**Workflow:**
1. Install with pip install amen-cli.
2. Run amen create and follow the interactive prompts.
3. Activate your virtual environment and start coding!
**Who is it for?**
* Python developers who want to bootstrap web projects quickly.
* Teams seeking consistency and best practices in project structure.
* Anyone looking for a Laravel/Composer-like experience in Python.
**Current Status:**
Stable for Flask and FastAPI. Bottle and Pyramid support are in progress.
Contributions are welcome!
**Links:**
* [GitHub Repository](https://github.com/taqsblaze/amen-cli/)
* [Issue Tracker](https://github.com/taqsblaze/amen-cli#issues)
/r/Python
https://redd.it/1ku81ia
GitHub
GitHub - TaqsBlaze/amen-cli: AMEN: composer-inspired Python Web Framework Scaffolding
AMEN: composer-inspired Python Web Framework Scaffolding - TaqsBlaze/amen-cli
[Showcase] Windows Power Toolkit
**What My Project Does**
Windows Power Toolkit is a desktop utility that brings together a set of essential Windows tools into one clean, GUI-based interface. It helps users check disk usage, mount/dismount ISO files, run basic network diagnostics (like `ping` and `ipconfig`), and view system information, all without touching the command line.
**Target Audience**
This is mainly aimed at Windows users who want quick access to system-level tools without digging through menus or running terminal commands. It’s useful for students, power users, and IT hobbyists. It’s not production software, but it’s functional and MIT licensed, so feel free to build on it.
**Comparison**
Unlike tools like PowerToys or various commercial system managers, this app is fully open source, lightweight (just Python + a few modules), and doesn’t require installation. It focuses on core utilities with a modular layout, using `ttkbootstrap` for a clean UI. Think of it as a middle ground between PowerShell scripts and a full system suite.
Built with:
* `Python`
* `ttkbootstrap`, `tkinter`
* `psutil`, `subprocess`, `platform`, `os`
GitHub:
[https://github.com/iaxivers/Windows-Power-Toolkit](https://github.com/iaxivers/Windows-Power-Toolkit)
Feedback welcome. Let me know if anything breaks or if there’s something you’d want added!
/r/Python
https://redd.it/1kugs4a
**What My Project Does**
Windows Power Toolkit is a desktop utility that brings together a set of essential Windows tools into one clean, GUI-based interface. It helps users check disk usage, mount/dismount ISO files, run basic network diagnostics (like `ping` and `ipconfig`), and view system information, all without touching the command line.
**Target Audience**
This is mainly aimed at Windows users who want quick access to system-level tools without digging through menus or running terminal commands. It’s useful for students, power users, and IT hobbyists. It’s not production software, but it’s functional and MIT licensed, so feel free to build on it.
**Comparison**
Unlike tools like PowerToys or various commercial system managers, this app is fully open source, lightweight (just Python + a few modules), and doesn’t require installation. It focuses on core utilities with a modular layout, using `ttkbootstrap` for a clean UI. Think of it as a middle ground between PowerShell scripts and a full system suite.
Built with:
* `Python`
* `ttkbootstrap`, `tkinter`
* `psutil`, `subprocess`, `platform`, `os`
GitHub:
[https://github.com/iaxivers/Windows-Power-Toolkit](https://github.com/iaxivers/Windows-Power-Toolkit)
Feedback welcome. Let me know if anything breaks or if there’s something you’d want added!
/r/Python
https://redd.it/1kugs4a
GitHub
GitHub - iaxivers/Windows-Power-Toolkit: Run diagnostics, network tests, and storage scans in one place. View system info and explore…
Run diagnostics, network tests, and storage scans in one place. View system info and explore Windows internals easier than ever before. Built for power users, sysadmins, and engineers. - iaxivers/W...
Advanced TMDB Wallpapers
As annouced some days ago, and big thanks to adelatour11 for this idea, i developed a TMDB background generator that downloands trendy movies/tvshow and creates a gif, so projectivy_launcher can load if from a REMOTE device, also giving TMDB' ID title can download and create images for every movie/tvshow you want, and convert them to gif format if specified.
6 line plot gives a more immersive description, and MULTILANGUAGE selection for every county.
If language is missing you get a prompt and a link to add it directly in TMDB, for further uses.
a save path option is included , and a gif timing option between images.
link to github project is: https://github.com/Renato-4132/advanced-tmdb-background
Special thanks go to smal82 for collaboration.
/r/Python
https://redd.it/1kugai9
As annouced some days ago, and big thanks to adelatour11 for this idea, i developed a TMDB background generator that downloands trendy movies/tvshow and creates a gif, so projectivy_launcher can load if from a REMOTE device, also giving TMDB' ID title can download and create images for every movie/tvshow you want, and convert them to gif format if specified.
6 line plot gives a more immersive description, and MULTILANGUAGE selection for every county.
If language is missing you get a prompt and a link to add it directly in TMDB, for further uses.
a save path option is included , and a gif timing option between images.
link to github project is: https://github.com/Renato-4132/advanced-tmdb-background
Special thanks go to smal82 for collaboration.
/r/Python
https://redd.it/1kugai9
GitHub
GitHub - Renato-4132/advanced-tmdb-background: This is a simple script to retrieve media background, i developed this to use it…
This is a simple script to retrieve media background, i developed this to use it with alternative android tv launcher that support wallpapers - Renato-4132/advanced-tmdb-background
Testing in Python Memes and wisdom request
Been working with data in python for several years, lately decided to dive deeper into OOP to upgrade my code. Currently writing my first tests for my side project (just a python REST API wrapper), chose PyTest. Gents and Ladies, it is hard I can tell you.
I mean for the simple classes it was fun, but when I got to the
Request module, so I can expect the request without it actually been sent.
The config class that "have" the api key
The factory that instantiates Pydantic models used to build the request
The models said factory "returns"
The model used to validate the response
Obviously the response.
Despite me believing my code is neat and decoupled, just when I got to write the test I realized how much coupled it actually is. Thank god for the ability to mock, so I can "create" only the parts of classes the tested method is using. Also, got me to realize that a method of 20 lines uses so much and does so much, I am partly proud, partly frustrated.
Anyway, I am mainly writing for some
/r/Python
https://redd.it/1kukqdy
Been working with data in python for several years, lately decided to dive deeper into OOP to upgrade my code. Currently writing my first tests for my side project (just a python REST API wrapper), chose PyTest. Gents and Ladies, it is hard I can tell you.
I mean for the simple classes it was fun, but when I got to the
Client class that is actually using all the others it got tricky. I had to mock Request module, so I can expect the request without it actually been sent.
The config class that "have" the api key
The factory that instantiates Pydantic models used to build the request
The models said factory "returns"
The model used to validate the response
Obviously the response.
Despite me believing my code is neat and decoupled, just when I got to write the test I realized how much coupled it actually is. Thank god for the ability to mock, so I can "create" only the parts of classes the tested method is using. Also, got me to realize that a method of 20 lines uses so much and does so much, I am partly proud, partly frustrated.
Anyway, I am mainly writing for some
/r/Python
https://redd.it/1kukqdy
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
I made a game where you try to spot the AI-generated comment among real ones
https://ferraijv.pythonanywhere.com/
/r/flask
https://redd.it/1kuk0r5
https://ferraijv.pythonanywhere.com/
/r/flask
https://redd.it/1kuk0r5
Reddit
From the flask community on Reddit: I made a game where you try to spot the AI-generated comment among real ones
Posted by thisIsAnAnonAcct - 5 votes and 5 comments
Jinja UI components
There are multiple UI components for JS frameworks and libraries. Just to mention a few:-
- shadcn UI
- materialize etc
Is there any for flask(Jinja templates)?
## Context
I see JS components that I really like and would love to use them in my frontend(Jinja templates) but I always mostly have to implement them on my own.
/r/flask
https://redd.it/1kujybr
There are multiple UI components for JS frameworks and libraries. Just to mention a few:-
- shadcn UI
- materialize etc
Is there any for flask(Jinja templates)?
## Context
I see JS components that I really like and would love to use them in my frontend(Jinja templates) but I always mostly have to implement them on my own.
/r/flask
https://redd.it/1kujybr
Reddit
From the flask community on Reddit
Explore this post and more from the flask 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/1kupen2
# 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/1kupen2
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Out of the box DJango CMS options in 2025?
Coming back to Django after a long while.
What are the options in 2025 for a ready to go out of the box CMS using django that i can extend easily enough when i need to .
Previously liked Wagtail but i want to get up and running quick without getting involved with set up from the start. also previously tried codered cms which i liked too for a more baked solution.
/r/django
https://redd.it/1kuobtm
Coming back to Django after a long while.
What are the options in 2025 for a ready to go out of the box CMS using django that i can extend easily enough when i need to .
Previously liked Wagtail but i want to get up and running quick without getting involved with set up from the start. also previously tried codered cms which i liked too for a more baked solution.
/r/django
https://redd.it/1kuobtm
Reddit
From the django community on Reddit
Explore this post and more from the django community
Flask_AppBuilder / Flask-Admin future, or alternatives?
A few years ago I used Flask-AppBuilder to rapidly build and roll-out an internal corporate web app and it saved us a lot of time. Now we're about to upgrade the app, and we're questioning if we should stick with FAB due to it feeling like it's in maintenance mode and steadily falling behind. While some small update releases are still made, efforts to make major updates like Flask 3, SQLAdmin 2, Bootstrap 5, etc seem to have stalled.
Looking at Flask-Admin, it hasn't seen a release since 2023, and other than a brief bust of v2 alphas a few months back appears even less active.
Neither option seems one to stick with for a potential 3-5 year support cycle, unless anyone knows of their future plans? I'm not aware of any viable alternatives either? We could always DIY the parts that we use, but I'd rather avoid the extra dev effort and ongoing maintenance.
/r/flask
https://redd.it/1kuhtos
A few years ago I used Flask-AppBuilder to rapidly build and roll-out an internal corporate web app and it saved us a lot of time. Now we're about to upgrade the app, and we're questioning if we should stick with FAB due to it feeling like it's in maintenance mode and steadily falling behind. While some small update releases are still made, efforts to make major updates like Flask 3, SQLAdmin 2, Bootstrap 5, etc seem to have stalled.
Looking at Flask-Admin, it hasn't seen a release since 2023, and other than a brief bust of v2 alphas a few months back appears even less active.
Neither option seems one to stick with for a potential 3-5 year support cycle, unless anyone knows of their future plans? I'm not aware of any viable alternatives either? We could always DIY the parts that we use, but I'd rather avoid the extra dev effort and ongoing maintenance.
/r/flask
https://redd.it/1kuhtos
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Has anyone worked with a proprietary python web framework before? How common is it?
At my current job we have a really weird proprietary python web framework for some of our applications and i feel like future employers are not going to believe me when i say it.
/r/Python
https://redd.it/1kunsod
At my current job we have a really weird proprietary python web framework for some of our applications and i feel like future employers are not going to believe me when i say it.
/r/Python
https://redd.it/1kunsod
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Allow user to choose file/dir
Hey all, trying to create a simple form using form.Forms and trying to add a field that allows users to browse their pc and either give a file or a folder/dir
I just can't find a way to allow both in a single selection field.
I can make a user select a file using forms.FileField() however this doesn't allow a folder to be selected.
Other ways i know, are inputting a directory field in html that uses webkitdirectory, but as far as im aware, this would mean i have to split file/folder inputs. Which would make the rest of the logic annoying (should only input one.)
I know there must be a simple way to browse a directory, but i just can't find one. Does anyone have ideas?
/r/djangolearning
https://redd.it/1kusrcd
Hey all, trying to create a simple form using form.Forms and trying to add a field that allows users to browse their pc and either give a file or a folder/dir
I just can't find a way to allow both in a single selection field.
I can make a user select a file using forms.FileField() however this doesn't allow a folder to be selected.
Other ways i know, are inputting a directory field in html that uses webkitdirectory, but as far as im aware, this would mean i have to split file/folder inputs. Which would make the rest of the logic annoying (should only input one.)
I know there must be a simple way to browse a directory, but i just can't find one. Does anyone have ideas?
/r/djangolearning
https://redd.it/1kusrcd
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
Things to learn in django after basics
I am new to django . I have learn the basic and also made some small project . How should I improve my django skills more . What are the things or tool which I might have missed in basic and are required.
Please suggest me
/r/django
https://redd.it/1kutgxw
I am new to django . I have learn the basic and also made some small project . How should I improve my django skills more . What are the things or tool which I might have missed in basic and are required.
Please suggest me
/r/django
https://redd.it/1kutgxw
Reddit
From the django community on Reddit
Explore this post and more from the django community