Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

AttributeError: 'module' object has no attribute 'user' #443

Open
VidmantasNsoft opened this issue May 13, 2016 · 0 comments
Open

AttributeError: 'module' object has no attribute 'user' #443

VidmantasNsoft opened this issue May 13, 2016 · 0 comments

Comments

@VidmantasNsoft
Copy link

I get this error during
./manage.py syncdb --noinput

Traceback (most recent call last):
File "./manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 261, in fetch_command
commands = get_commands()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 107, in get_commands
apps = settings.INSTALLED_APPS
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 54, in getattr
self._setup(name)
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 49, in setup
self.wrapped = Settings(settings_module)
File "/usr/local/lib/python2.7/dist-packages/django/conf/init
.py", line 128, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module
import(name)
File "/var/www/pass/ratticweb/settings.py", line 366, in
AUTH_LDAP_GROUP_TYPE = getattr(import('django_auth_ldap').config, confget('ldap', 'grouptype', 'PosixGroupType'))()
AttributeError: 'module' object has no attribute 'user'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant