Logo
Explore Help
Register Sign In
discoman/python-tdd
1
0
Fork 0
You've already forked python-tdd
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d2c34d44d38823b9fbee4bd11e3dafe2235f161d
python-tdd/pyswiss/core/urls.py

6 lines
104 B
Python
Raw Normal View History

scaffolded PySwiss microservice: Django 6.0 project at pyswiss/ (core/ settings, apps/charts/), GET /api/chart/ + GET /api/charts/ views, EphemerisSnapshot model + migration, populate_ephemeris management command, 41 ITs (integrated + unit, all green); separate .venv with pyswisseph 2.10.3.2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 19:03:45 -04:00
from django.urls import path, include
urlpatterns = [
path('api/', include('apps.charts.urls')),
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.7 Page: 122ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API