mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
* update ignore files * setup poetry * add db seeds * black * set up compose * backfill script * add makefile, update readme * update poetry * readme * Fixes * cleanup and rate limit changes * poetry 1.0.5 * some more cleanup * k8s * k8s * update yml * cleanup and admin * deploy
7 lines
203 B
Python
7 lines
203 B
Python
"""The view blueprint modules."""
|
|
from pypistats.views import admin
|
|
from pypistats.views import api
|
|
from pypistats.views import error
|
|
from pypistats.views import general
|
|
from pypistats.views import user
|