SpreadBand / django-backcap

Help center for community-driven websites
GNU General Public License v3.0
20 stars 3 forks source link

Still ongoing #5

Open asivaneswaran opened 10 years ago

asivaneswaran commented 10 years ago

Hi,

I wanted to know if this was still being developped?

It looks like a great idea...

glibersat commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

asivaneswaran commented 10 years ago

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\admininit.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