This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
yig
Watch
1
Star
0
Fork
You've already forked yig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0a6ed6ffe2
yig
/
.gitignore
10 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
boilerplate
2024-06-19 01:25:57 -05:00
*.log
*.pot
*.pyc
__pycache__
db.sqlite3
media
created LegislativeText and LegislationBook models, wired them - Created the LegislativeText and LegislationBook models, and wired them to primitive web interfaces. - Created an import-like mechanism for users to import books into the database with. Need to integrate previous bill-book parsing code.
2024-06-19 05:41:13 -05:00
uploads/
make explorer more production ready allow explorer to be deployed in an production environment without using stupid hacks and DEBUG = true
2024-06-28 15:35:47 -05:00
staticfiles/
remove secret and prevent it from leaking again
2024-06-28 16:42:00 -05:00
.env.prod