-
Notifications
You must be signed in to change notification settings - Fork 0
This is experimental of how I would create a blog for my fellow grad students using the micro-framework Flask.
MartinBagaram/flask
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
flaskblog ├── flaskblog │ ├── config.py │ ├── __init__.py │ ├── main │ │ ├── __init__.py │ │ └── routes.py │ ├── models.py │ ├── posts │ │ ├── forms.py │ │ ├── __init__.py │ │ └── routes.py │ ├── site.db │ ├── static │ │ ├── img │ │ │ ├── dec3a5eba492b324.jpg │ │ │ ├── default.jpg │ │ │ ├── e1b91d26ed1bae24.jpg │ │ │ └── logo.png │ │ └── main.css │ ├── templates │ │ ├── about.html │ │ ├── account.html │ │ ├── create_post.html │ │ ├── home.html │ │ ├── layout.html │ │ ├── login.html │ │ ├── post.html │ │ ├── register.html │ │ ├── reset_request.html │ │ └── reset_token.html │ └── users │ ├── forms.py │ ├── __init__.py │ ├── routes.py │ └── utils.py ├── readme.rmd └── run.py
About
This is experimental of how I would create a blog for my fellow grad students using the micro-framework Flask.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published