This website requires JavaScript.
Explore
Help
Register
Sign In
Accords-Library-Archive
/
gallery.accords-library.com
Watch
1
Star
0
Fork
You've already forked gallery.accords-library.com
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c06aaa63af
gallery.accords-library.com
/
server
/
szurubooru
/
model
/
base.py
5 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
start Done so far Basic backend skeleton - technology choices - database migration outline - basic self hosting facade - basic REST outline - proof of concept for auth and privileges Basic frontend skeleton - technology choices - pretty robust frontend compilation - top navigation - proof of concept for registration form
2016-03-19 20:37:04 +00:00
from
sqlalchemy
.
ext
.
declarative
import
declarative_base
server/general: embrace most of PEP8 Ignored only the rules about continuing / hanging indentation. Also, added __init__.py to tests so that pylint discovers them. (I don't buy pytest's BS about installing your package.)
2016-08-14 12:22:53 +00:00
server: format code to flake8
2020-06-05 14:02:18 +00:00
Base
=
declarative_base
(
)