db.sqlite3 filled with isotopes
This commit is contained in:
8
isotables/isotopapp/urls.py
Normal file
8
isotables/isotopapp/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('result/', views.result, name='result'),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user