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

Big update. #3

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Big update. #3

wants to merge 25 commits into from

Conversation

LegoStormtroopr
Copy link

No description provided.

@LegoStormtroopr
Copy link
Author

I'm also looking at adding a testing suite and connection to travis-ci later.

@PenguinzTech
Copy link

PenguinzTech commented Jul 26, 2016

hey all, I added your updates and compiled them for my updates to ratticdb, seeing this error, any chance yall can help? Appears to deal with django-database-files/edit/master/database_files/models.py
root@lab:/opt/builds/ratticdb# python manage.py makemigrations 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 353, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 327, 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 202, 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 "/opt/builds/ratticdb/cred/models.py", line 13, in <module> from storage import CredAttachmentStorage File "/opt/builds/ratticdb/cred/storage.py", line 1, in <module> from database_files.storage import DatabaseStorage File "/usr/local/lib/python2.7/dist-packages/database_files/storage.py", line 2, in <module> from database_files import models File "/usr/local/lib/python2.7/dist-packages/database_files/database_files/models.py", line 4, in <module> class File(models.Model): File "/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 292, in __new__ new_class._meta.apps.register_model(new_class._meta.app_label, new_class) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 216, in register_model (model_name, app_label, app_models[model_name], model)) RuntimeError: Conflicting 'file' models in application 'database_files': <class 'database_files.models.File'> and <class 'database_files.database_files.models.F ile'>.

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

Successfully merging this pull request may close these issues.

4 participants