https://github.com/asukaminato0721/trybottle
a simple login and register page
https://github.com/asukaminato0721/trybottle
Last synced: about 2 months ago
JSON representation
a simple login and register page
- Host: GitHub
- URL: https://github.com/asukaminato0721/trybottle
- Owner: asukaminato0721
- Created: 2021-01-30T08:59:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T09:21:36.000Z (over 4 years ago)
- Last Synced: 2025-04-02T12:53:33.652Z (about 2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# a simple login and register app
Since django is too heavy, I choose bottle to write this.
No SQL, no css, just a single py file and some small html files.
```cmd
pip install bottle
```MIT license