diff --git a/.env b/.env new file mode 100644 index 00000000..75ac8adc --- /dev/null +++ b/.env @@ -0,0 +1 @@ +HCLOUD_TOKEN=RvGyXJLLmgGCnWM4EOZwFMYK4xfGvwmNCbkm8G1NzIp9PZSyOf65PW6Dvy7ebcvP \ No newline at end of file diff --git a/api/__pycache__/settings.cpython-313.pyc b/api/__pycache__/settings.cpython-313.pyc index f4892180..34c90073 100644 Binary files a/api/__pycache__/settings.cpython-313.pyc and b/api/__pycache__/settings.cpython-313.pyc differ diff --git a/api/__pycache__/urls.cpython-313.pyc b/api/__pycache__/urls.cpython-313.pyc index 281cc9c3..1a3ec58e 100644 Binary files a/api/__pycache__/urls.cpython-313.pyc and b/api/__pycache__/urls.cpython-313.pyc differ diff --git a/api/urls.py b/api/urls.py index 1fe4b0b0..2bff3756 100644 --- a/api/urls.py +++ b/api/urls.py @@ -46,7 +46,7 @@ urlpatterns = [ re_path('set-token-expiry/', views.set_token_expiry), re_path('download-contract/(?P.+)', views.download_contract), re_path('execute-command/$', server.execute_command), - re_path('hetzner/(?P[\w]+)/$', hetzner.do_hetzner), + re_path('product/(?P[\w]+)/$', hetzner.do_hetzner), re_path('generate-document/$',views.generate_document), re_path('model-fields/(?P.+)/', importdata.model_fields), re_path('read-excel/', importdata.read_excel), diff --git a/app/__pycache__/models.cpython-313.pyc b/app/__pycache__/models.cpython-313.pyc index 3340592c..5b97f3d4 100644 Binary files a/app/__pycache__/models.cpython-313.pyc and b/app/__pycache__/models.cpython-313.pyc differ