This website works better with JavaScript
Home
Explore
Help
Register
Sign In
choozmo
/
bhouse_backstage
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
feature/integrate-editor-with-preview
Branches
Tags
feature/add-create-content-button
feature/add-multiple-type-pages
feature/add-store-location-mnange_table
feature/adding-remove-description-button
feature/html-type-md-generator-manage-page
feature/integrate-editor-with-preview
feature/store-location-add-delete
fix/add-blog-content
fix/post-delete-img
fix/template-structure
fix/ui-modification
master
bhouse_backs...
/
run.py
run.py
90 B
Permalink
History
Raw
1
2
3
4
5
from backstage import app
if __name__ == '__main__':
app.run(debug=True, port=9000)