Advertisement
Guest User

Untitled

a guest
Dec 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.32 KB | None | 0 0
  1. django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues:
  2.  
  3. ERRORS:
  4. djangocms_file.File.file_src: (fields.E300) Field defines a relation with model 'File', which is either not installed, or is abstract.
  5. djangocms_file.Folder.folder_src: (fields.E300) Field defines a relation with model 'Folder', which is either not installed, or is abstract.
  6. djangocms_picture.Picture.picture: (fields.E300) Field defines a relation with model 'Image', which is either not installed, or is abstract.
  7. djangocms_picture.Picture.thumbnail_options: (fields.E300) Field defines a relation with model 'ThumbnailOption', which is either not installed, or is abstract.
  8. djangocms_video.VideoPlayer.poster: (fields.E300) Field defines a relation with model 'Image', which is either not installed, or is abstract.
  9. djangocms_video.VideoSource.source_file: (fields.E300) Field defines a relation with model 'File', which is either not installed, or is abstract.
  10. djangocms_video.VideoTrack.src: (fields.E300) Field defines a relation with model 'File', which is either not installed, or is abstract.
  11.  
  12. WARNINGS:
  13. ?: (urls.W001) Your URL pattern '^robots\.txt$' uses include with a regex ending with a '$'. Remove the dollar from the regex to avoid problems including URLs.
  14.  
  15. System check identified 8 issues (0 silenced).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement