First time here? Check out the FAQ!
0

I got the error while i am using the command line collectstatic

Hi i git the error while i am using the command line collectstatic

root@aksbot:~/home/pintraj# python manage.py collectstatic Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 328, 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 "/usr/local/lib/python2.7/dist-packages/askbot/models/__init__.py", line 2, in <module> startup_procedures.run() File "/usr/local/lib/python2.7/dist-packages/askbot/startup_procedures.py", line 1086, in run run_startup_tests() File "/usr/local/lib/python2.7/dist-packages/askbot/startup_procedures.py", line 1012, in run_startup_tests test_modules() File "/usr/local/lib/python2.7/dist-packages/askbot/startup_procedures.py", line 289, in test_modules try_import(mod_name, pip_path) File "/usr/local/lib/python2.7/dist-packages/askbot/startup_procedures.py", line 209, in try_import load_module(module_name) File "/usr/local/lib/python2.7/dist-packages/askbot/utils/loading.py", line 23, in load_module return __import__(mod_path, globals(), locals(), [], -1) File "/usr/local/lib/python2.7/dist-packages/picklefield/__init__.py", line 5, in <module> from picklefield.fields import PickledObjectField # reexport File "/usr/local/lib/python2.7/dist-packages/picklefield/fields.py", line 79, in <module> class PickledObjectField(_get_subfield_superclass()): File "/usr/local/lib/python2.7/dist-packages/django/db/models/fields/subclassing.py", line 24, in __new__ new_class = super(SubfieldBase, cls).__new__(cls, name, bases, attrs) TypeError: Error when calling the metaclass bases metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

what i have to do now

updated 2017-10-17 05:08:30 -0500
This post is a wiki. Anyone with karma >100 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

-1

Hi @pintraj

You have performed incorrect configuration steps that's why you have got these errors refer AskBot documentation for more info.

https://askbot.org/doc/index.html

gopalraha's avatar
332
gopalraha
answered 2017-10-20 05:42:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments