โญ๏ธSimple Django Web app built with Python, SQLite and Django - View Documentation
"Chances are, you probably don't like snakes...
but have you met Python?"
An very basic Blog Web app. Users can Register and edit/update profiles, then Add, View, Update, and Delete Bog Posts with persistent data. Built with:
- Python ๐
- Django
- SQLite and SQLiteStudio ๐ญ
- Bootstrap ๐จ
Create , View, Update, and Delete Blog Entries in a simple, straight to the point GUI.
To Update an entry, simply select it from the list, make edits in the form, and hit the Update Order button.
Two ways to use this:
1๏ธโฃ Simply download the order_manager.exe file from the dist folder on your Windows Desktop and start using it right away
2๏ธโฃ if you're feeling geeky you can clone this repo, run
pip install # to install dependencies in Pipfileand make edits to the .py files to suit your needs.
While editing, you can run the
python order_manager.py # or whatever you rename the file toto preview the app while in development. Then run
pyinstaller order_manager.py --onefile --windowed
to compile to a single .exe file that can run on windows.
You can also mess around with the database in SQLiteStudio if you wish. Simply Add the store.db file (Generated on first use of the app) and have at it.
- Python Functions
- Basic SQL queries in python and SQLiteStudio
- Basic tkinter GUI design
I'll write about this later... just feeling a bit lazy rn ๐ด ...
# Some Cool python code will be here... It's just classes mostly Some Ideas in my head =>
- ๐ User Authentication
- ๐ Additional form fields (like quantity or email)
- ๐ Remote API server for syncing data accross multiple devices
- ๐จ Export Data to
.pdf,.xlsorcsvfiles with ReportLab
Any and all Contributions are highly welcome. Feel free to fork, clone, make pull requests, report issues etc.
- Many thanks to @bradtraversy โค๏ธ๐ for his awesome courses - i will not fail you sensei
- Thanks to @torvalds ๐ For Making the world a better place
- And To anyone reading this... You're awesome! ๐
Adieu, till I push again, I return to my communion with this charming snake I have met ๐ ๐


