Parcourir la source

The "SharixAdmin" module has been renamed to "sharix_admin", in accordance with the chosen naming standard.

If you have problems with installation and startup of the project, recreate the virtual environment *venv/* and delete all *__pycache__/* directories.
TonyKurts il y a 5 mois
Parent
commit
e3f8e5f5d8

+ 1 - 1
apiviews/orders_local.py

@@ -6,7 +6,7 @@ from rest_framework.response import Response
 from rest_framework.exceptions import NotFound
 from webservice_running.models import OrdersLocal
 # from dbsynce.models import Orders, Service, ServiceType, Provider, Client
-# from SharixAdmin.models import SharixUser
+# from sharix_admin.models import SharixUser
 # from tickets.models import Task
 # from tickets.serializer import TaskSerializer
 

+ 1 - 1
templates/webservice_running/order_reg.html

@@ -1,4 +1,4 @@
-{% extends 'SharixAdmin/index.html' %}
+{% extends 'sharix_admin/index.html' %}
 {% block contenthome %}
 <div class="container" style="padding: 2px;">
   <div class="row justify-content-center fs-6">

+ 2 - 2
templates/webservice_running/registration.html

@@ -1,11 +1,11 @@
-{% extends 'SharixAdmin/base.html' %}
+{% extends 'sharix_admin/base.html' %}
 {% load static %}
 
 {% block content %}
 <div class="text-center" style="margin-top: 150px;">
     <div class="form-signin" style="width: 100%; max-width:330px; margin: auto; display:block;">
         <form class="m-2 p-2" method="post">
-            <img class="mb-4" src="{% static 'SharixAdmin/img/logo.png' %}" alt="" style="height: 100px;">
+            <img class="mb-4" src="{% static 'sharix_admin/img/logo.png' %}" alt="" style="height: 100px;">
             <h1 class="h3 mb-3 fw-normal">Регистрация в {{ NameSystem }}</h1>
             {% csrf_token %}