We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3de918 commit f204222Copy full SHA for f204222
3 files changed
config/wsgi.py
@@ -17,7 +17,6 @@
17
import os
18
from django.core.wsgi import get_wsgi_application
19
20
-
21
# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
22
# if running multiple sites in the same mod_wsgi process. To fix this, use
23
# mod_wsgi daemon mode with each site in its own daemon process, or use
data/v2/build.py
@@ -19,7 +19,6 @@
from django.db import connection
from pokemon_v2.models import *
# why this way? how about use `__file__`
24
DATA_LOCATION = "data/v2/csv/"
25
DATA_LOCATION2 = os.path.join(os.path.dirname(__file__), "csv")
pokemon_v2/serializers.py
@@ -10,7 +10,6 @@
10
11
from .models import *
12
13
14
#########################
15
# SUMMARY SERIALIZERS #
16
0 commit comments