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

Still ongoing #5

Open
asivaneswaran opened this issue Jan 29, 2014 · 4 comments
Open

Still ongoing #5

asivaneswaran opened this issue Jan 29, 2014 · 4 comments

Comments

@asivaneswaran
Copy link

Hi,

I wanted to know if this was still being developped?

It looks like a great idea...

@glibersat
Copy link
Member

Hi @asivaneswaran,

While I haven't touched the code since a few months, yes, this idea is still alive and I'm planning to add REST support so it can be used with AngularJS for example. What would be your use case?

Cheers,

Gui

@asivaneswaran
Copy link
Author

Hi @glibersat ,

I would need to use it on Django 1.6.... I was wondering if that support for it would be added soon?

Thanks,
Ara

@glibersat
Copy link
Member

What's the issue with Django 1.6 ? It should work out of the box

@asivaneswaran
Copy link
Author

I get this error:
Exception Value:
No module named defaults
Exception Location: C:\Python27\lib\site-packages\backcap\admin.py in , line 20

Traceback:

Environment:

Request Method: GET
Request URL: http://localhost:8000/

Django Version: 1.6.1
Python Version: 2.7.6
Installed Applications:
('grappelli.dashboard',
'grappelli',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'django.contrib.sites',
'django.contrib.comments',
'localflavor',
'smuggler',
'south',
'activelink',
'reversion',
'autoslug',
'qrcode',
'ajax_select',
'django_object_actions',
'imagekit',
'django_notify',
'mptt',
'sekizai',
'sorl.thumbnail',
'wiki',
'wiki.plugins.attachments',
'wiki.plugins.notifications',
'wiki.plugins.images',
'wiki.plugins.macros',
'notification',
'voting',
'backcap',
'managesite',
'managelayerslider',
'blog',
'acpkinballmanageleague',
'acpkinballmanageteams',
'acpkinballmanageevents',
'acpkinballmanagemembers')
Installed Middleware:
('django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware')

Traceback:
File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in get_response

  1.             resolver_match = resolver.resolve(request.path_info)
    
    File "C:\Python27\lib\site-packages\django\core\urlresolvers.py" in resolve
  2.         for pattern in self.url_patterns:
    
    File "C:\Python27\lib\site-packages\django\core\urlresolvers.py" in url_patterns
  3.     patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
    
    File "C:\Python27\lib\site-packages\django\core\urlresolvers.py" in urlconf_module
  4.         self._urlconf_module = import_module(self.urlconf_name)
    
    File "C:\Python27\lib\site-packages\django\utils\importlib.py" in import_module
  5.     **import**(name)
    
    File "C:\Users\Ara\Documents\Sites\kinball\kinball\urls.py" in
  6. admin.autodiscover()
    File "C:\Python27\lib\site-packages\django\contrib\admin__init__.py" in autodiscover
  7.         import_module('%s.admin' % app)
    
    File "C:\Python27\lib\site-packages\django\utils\importlib.py" in import_module
  8.     **import**(name)
    
    File "C:\Python27\lib\site-packages\backcap\admin.py" in
  9. from django.conf.urls.defaults import patterns, url

Exception Type: ImportError at /
Exception Value: No module named defaults

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

2 participants