aboutsummaryrefslogtreecommitdiff
path: root/gn2/gn2_main.py
AgeCommit message (Expand)Author
2024-08-28Restore collections endpoints...Import was removed in commit 7c77ff91f6530aca0865bd13025811f2f93e3541 because it wasn't being used in views.py, but it was providing the collections endpoints albeit indirectly. This commit makes it somewhat explicit that it is a needed module. zsloan
2023-12-29Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac