update hatching
This commit is contained in:
@@ -784,7 +784,7 @@ class HatchingsViewSet(viewsets.ModelViewSet):
|
||||
|
||||
def create(self, request, *args, **kwargs):
|
||||
with open("ahmad.txt","+w") as ahmad:
|
||||
ahmad.write(request.data)
|
||||
ahmad.write(str(request.data))
|
||||
ahmad.close()
|
||||
BREED_STANDARDIZATION = {
|
||||
'آربراکرز (آ<><D8A2>لاس)': 'آربراکرز (آپلاس)',
|
||||
|
||||
Reference in New Issue
Block a user