You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Po skonfigurowaniu Django wg dokumentacji dla django-configurations i próbie odpalenia serwera przez "./manage.py runserver" pojawia się błąd:
Traceback (most recent call last):
File "./manage.py", line 9, in
from configurations.management import execute_from_command_line
File "/home/adi/.virtualenvs/kurs/local/lib/python3.4/site-packages/configurations/management.py", line 1, in
from . import importer
File "/home/adi/.virtualenvs/kurs/local/lib/python3.4/site-packages/configurations/importer.py", line 8, in
from configurations.management import LaxOptionParser
ImportError: cannot import name 'LaxOptionParser'
The text was updated successfully, but these errors were encountered:
Po skonfigurowaniu Django wg dokumentacji dla django-configurations i próbie odpalenia serwera przez "./manage.py runserver" pojawia się błąd:
Traceback (most recent call last):
File "./manage.py", line 9, in
from configurations.management import execute_from_command_line
File "/home/adi/.virtualenvs/kurs/local/lib/python3.4/site-packages/configurations/management.py", line 1, in
from . import importer
File "/home/adi/.virtualenvs/kurs/local/lib/python3.4/site-packages/configurations/importer.py", line 8, in
from configurations.management import LaxOptionParser
ImportError: cannot import name 'LaxOptionParser'
The text was updated successfully, but these errors were encountered: