You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hoping that I could get some detailed instructions for this app as just adding this app seems to not be liked. I am wondering if I have the incorrect version of MarkupField installed.
root@foreignhost:/var/www/tavern# python manage.py migrate
/usr/local/lib/python2.7/dist-packages/sorl/thumbnail/helpers.py:6: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
from django.utils.importlib import import_module
/usr/local/lib/python2.7/dist-packages/django/contrib/sites/models.py:78: RemovedInDjango19Warning: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Site(models.Model):
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 338, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 312, in execute
django.setup()
File "/usr/local/lib/python2.7/dist-packages/django/init.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate
app_config.import_models(all_models)
File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 198, in import_models
self.models_module = import_module(models_module_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name)
File "/var/www/tavern/dinette/models.py", line 14, in
from markupfield.fields import MarkupField
File "/usr/local/lib/python2.7/dist-packages/markupfield/fields.py", line 8, in
from markupfield import markup
File "/usr/local/lib/python2.7/dist-packages/markupfield/markup.py", line 58, in
extensions=[makeExtension(css_class='highlight')])
TypeError: makeExtension() got an unexpected keyword argument 'css_class'
The text was updated successfully, but these errors were encountered:
I am hoping that I could get some detailed instructions for this app as just adding this app seems to not be liked. I am wondering if I have the incorrect version of MarkupField installed.
root@foreignhost:/var/www/tavern# python manage.py migrate
/usr/local/lib/python2.7/dist-packages/sorl/thumbnail/helpers.py:6: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
from django.utils.importlib import import_module
/usr/local/lib/python2.7/dist-packages/django/contrib/sites/models.py:78: RemovedInDjango19Warning: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
class Site(models.Model):
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 338, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 312, in execute
django.setup()
File "/usr/local/lib/python2.7/dist-packages/django/init.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate
app_config.import_models(all_models)
File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 198, in import_models
self.models_module = import_module(models_module_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/var/www/tavern/dinette/models.py", line 14, in
from markupfield.fields import MarkupField
File "/usr/local/lib/python2.7/dist-packages/markupfield/fields.py", line 8, in
from markupfield import markup
File "/usr/local/lib/python2.7/dist-packages/markupfield/markup.py", line 58, in
extensions=[makeExtension(css_class='highlight')])
TypeError: makeExtension() got an unexpected keyword argument 'css_class'
The text was updated successfully, but these errors were encountered: