changes
This commit is contained in:
1
.env
Normal file
1
.env
Normal file
@@ -0,0 +1 @@
|
||||
HCLOUD_TOKEN=RvGyXJLLmgGCnWM4EOZwFMYK4xfGvwmNCbkm8G1NzIp9PZSyOf65PW6Dvy7ebcvP
|
||||
Binary file not shown.
Binary file not shown.
@@ -46,7 +46,7 @@ urlpatterns = [
|
||||
re_path('set-token-expiry/', views.set_token_expiry),
|
||||
re_path('download-contract/(?P<name>.+)', views.download_contract),
|
||||
re_path('execute-command/$', server.execute_command),
|
||||
re_path('hetzner/(?P<action>[\w]+)/$', hetzner.do_hetzner),
|
||||
re_path('product/(?P<action>[\w]+)/$', hetzner.do_hetzner),
|
||||
re_path('generate-document/$',views.generate_document),
|
||||
re_path('model-fields/(?P<name>.+)/', importdata.model_fields),
|
||||
re_path('read-excel/', importdata.read_excel),
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user