Moved to https://github.com/shopyo/shopyo
Featured on Weekly Python issue 436 π
A 45 mins talk was dedicated to it at EuroPython π
E-commerce modules transferred to ShopCube
[ DOCS | DISCORD | CONTRIBUTE | TWITTER ]
Your next-level modular web framework. Headless support coming soon.
Built on top of Flask, it offers most Django features, sometimes a tidbit more with far more flexibility.
It ships with common business needs by default
pip install shopyo
then
shopyo new blog
cd blog/blog
python manage.py initialise
python manage.py rundebug
It is recommended to use a venv in root folder.
python -m venv venv
If for dev install dev_requirements.txt also.
python -m pip install -r dev_requirements.txt
go to http://127.0.0.1:5000/dashboard with credentials admin@domain.com / pass
- Not framework docs but docs for the project you are building.
We have a 100% first-timers friendly policy. Check out the testimonials.
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: shopyo.readthedocs.io/
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: admin@domain.com - password: pass |
site name | description |
---|---|
Maurilearn.com | Elearning platform |
Linkolearn.com | Learn By links |
Support team if you are stuck