Featured on Weekly Python issue 436 🌟
A 45 mins talk was dedicated to it at EuroPython 🌟
Your back office. Use it with any front you like. Headless support coming soon.
Use it for your next web project.
Powered by apps / modules. Add as many as you like.
Apps are not enough, organise them in boxes and get the ultimate order you need.
You need a customised Django? This is the project. You need to build an ERP? This is the project.
Hackable to the core. Even the dashboard is but a module.
Don't need our modules? Nuke them. Look boring? modify them
We don't maintain middlewares. We rely on battle tested batteries like:
- flask_sqlalchemy
- flask_login & co
Heck remove them if you don't want. Want to use Peewee? You can.
Common flask patterns are integrated, the structure is over the moon.
Common flask tasks are provided with an API: custom notifications, bulk form errors
All looks are 100% customisable with themes ~ Backend, bootstrap included by default.
Again blow it up & use what you want. It's possible
Everything is clear, not hidden. You can 100% customise whatever you want.
We did not hardcode our choices. Our APIS are incremental. You can always use barebones.
The modules are put by copy paste. No blueprint codes to write.
We follow a 100% first-timers friendly policy.
👉 Get started here
👉 Join the Discord, ask questions & learn about Flask tricks during our dev talks!
👉 Link: abdur-rahmaanj.github.io/shopyo/
We include some custom apps to get started and act as a demo:
- ecommerce
- appointment
- pages
- contact
Info | Value |
---|---|
Link | shopyo.pythonanywhere.com/dashboard |
Credentials | User: [email protected] - password: pass |
By code
[Important] Create a virtual environment and activate it (not needed when installing via github).
pip install shopyo
then
shopyo new /home/profiles/arj/desktop shopyotest
then cd into the folder
cd /home/profiles/arj/desktop/shopyotest
then install requirements
pip install -r requirements.txt
then
python manage.py initialise # or `shopyo initialise`
python manage.py runserver # or `shopyo runserver` or rundebug
go to url ^^
Note: If the command does not get recognised, close and reopen your cmd
default login
mail: [email protected]
password: pass
site name | description |
---|---|
Maurilearn.com | Elearning platform |
Support team if you are stuck
- Abdur-Rahmaan Janhangeer - [email protected]
- Nathan -
- Arthur Nangai - [email protected]
- Shamsuddin Rehmani - [email protected]
Shopyo's engine which provides a Django-like structure and awesome mechanisms has been abstracted into hadbox