diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-15 11:58:34 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-15 11:58:34 -0400 |
commit | b66d000ee469539ce7aea557b612c0444177e36d (patch) | |
tree | 273547921dc6f9ded2a5681b82514c68e28ba448 /app/prompts/urls.py | |
parent | d3e57c1bd17ad3e71810235a672d4782136901a5 (diff) |
archived old unused apps and migrated fieldnotes to posts
Diffstat (limited to 'app/prompts/urls.py')
-rw-r--r-- | app/prompts/urls.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/prompts/urls.py b/app/prompts/urls.py deleted file mode 100644 index 7cbe09a..0000000 --- a/app/prompts/urls.py +++ /dev/null @@ -1,13 +0,0 @@ -from django.urls import path - -from . import views - -app_name = "prompts" - -urlpatterns = [ - path( - r'', - views.RandomList.as_view(), - name="random-prompt" - ), -] |