Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap3 #20

Closed
lerina opened this issue Apr 3, 2015 · 6 comments
Closed

bootstrap3 #20

lerina opened this issue Apr 3, 2015 · 6 comments

Comments

@lerina
Copy link

lerina commented Apr 3, 2015

python manage.py migrate
ERROR. AttributeError: 'module' object has no attribute 'bootstrap3'

We need https://github.com/darrylcousins/django-admin-bootstrapped3

Please update requirements :-)

@Wandern
Copy link

Wandern commented Apr 4, 2015

Having the same problem.
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 385, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 354, in execute
django.setup()
File "/usr/lib/python2.7/site-packages/django/init.py", line 21, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/usr/lib/python2.7/site-packages/django/apps/config.py", line 123, in create
import_module(entry)
File "/usr/lib64/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named bootstrap3

@s3h10r
Copy link

s3h10r commented Apr 6, 2015

Had this problem too. Made a patch/pull-request which solves the issue - at least for me: #22

@ManuelAlire
Copy link

my solution was to create the bootstrap3 directory in django_admin_bootstraped and init.py after migrate it ran fine.

@xrmx
Copy link

xrmx commented Apr 28, 2015

Hi django-admin-bootstrapped maintainer here. The solution here is to remove 'django_admin_bootstrapped.bootstrap3' from your settings.INSTALLED_APPS.

@arocks I think it would be appropriate to update your requirements to require django-admin-bootstrapped>=2.4.0 since it's the first version really supporting django 1.7.

@lerina i found really annoying when people suggests using random forks of the project you maintain instead of just reporting the issue upstream.

arocks added a commit that referenced this issue May 10, 2015
@arocks
Copy link
Owner

arocks commented May 16, 2015

This has been fixed in master and 1_8 branch

@arocks arocks closed this as completed May 16, 2015
@oomeru
Copy link

oomeru commented Mar 19, 2018

I've this same issue and i don't know what to do

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

No branches or pull requests

7 participants