Commit 824b9482 by Őry Máté

Removing django_bfm dep

parent 8868d845
......@@ -124,7 +124,7 @@ INSTALLED_APPS = (
'school',
'cloud',
'south',
'django_bfm',
#'django_bfm',
)
# A sample logging configuration. The only tangible logging
......
......@@ -14,5 +14,4 @@ urlpatterns = patterns('',
url(r'^vm/new/(?P<template>\d+)/$', 'one.views.vm_new', name='vm_new'),
url(r'^vm/show/(?P<iid>\d+)/$', 'one.views.vm_show', name='vm_show'),
url(r'^vm/delete/(?P<iid>\d+)/$', 'one.views.vm_delete', name='vm_delete'),
url(r'^files/', include('django_bfm.urls'))
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment