This commit is contained in:
anhduy-tech
2026-04-07 10:56:08 +07:00
parent 52977d0104
commit 4acaa0bc3c
5 changed files with 2 additions and 1 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
HCLOUD_TOKEN=RvGyXJLLmgGCnWM4EOZwFMYK4xfGvwmNCbkm8G1NzIp9PZSyOf65PW6Dvy7ebcvP

Binary file not shown.

View File

@@ -46,7 +46,7 @@ urlpatterns = [
re_path('set-token-expiry/', views.set_token_expiry), re_path('set-token-expiry/', views.set_token_expiry),
re_path('download-contract/(?P<name>.+)', views.download_contract), re_path('download-contract/(?P<name>.+)', views.download_contract),
re_path('execute-command/$', server.execute_command), 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('generate-document/$',views.generate_document),
re_path('model-fields/(?P<name>.+)/', importdata.model_fields), re_path('model-fields/(?P<name>.+)/', importdata.model_fields),
re_path('read-excel/', importdata.read_excel), re_path('read-excel/', importdata.read_excel),