|
@@ -3,8 +3,8 @@ import requests
|
|
|
from django.http import HttpResponse
|
|
|
from webservice_running.apps import api
|
|
|
from core.settings import API_URL
|
|
|
-from webservice_running.forms import OrderRegForm, RegisterUserForm
|
|
|
-from django.shortcuts import redirect, render
|
|
|
+from webservice_running.forms import OrderRegForm
|
|
|
+from django.shortcuts import render
|
|
|
|
|
|
def order_reg(request):
|
|
|
if request.method == 'POST':
|