Thanks to visit codestin.com
Credit goes to github.com

Skip to content

missing sqlite3 init script #7

@uniwang

Description

@uniwang

dear guys,i found there is no sqlite3 init scripts.
When i try run command "python manage.py runworkes", i got traceback like:

OperationalError: (sqlite3.OperationalError) no such table: project [SQL: u'SELECT project.analysis_priority AS analysis_priority, project.updated_at AS updated_at, project.data AS data, project.analysis_status AS analysis_status, project.analysis_requested_at AS analysis_requested_at, project.fetch_error AS fetch_error, project.source AS source, project.fetch_status AS fetch_status, project."analyze" AS "analyze", project.public AS public, project.description AS description, project.deleted AS deleted, project.fetched_at AS fetched_at, project.configuration AS configuration, project.pk AS pk, project.reset AS reset, project.permalink AS permalink, project.name AS name, project.created_at AS created_at, project.analyzed_at AS analyzed_at, project.reset_requested_at AS reset_requested_at, project."delete" AS "delete" \nFROM project \nWHERE project.pk IN (SELECT project.pk \nFROM project \nWHERE project."analyze" = CAST(? AS BOOLEAN) AND (project.deleted IS NULL OR project.deleted = CAST(? AS BOOLEAN)) ORDER BY project.analysis_priority DESC, project.analysis_priority DESC, project.analysis_requested_at ASC\n LIMIT ? OFFSET ?) ORDER BY analysis_priority DESC, analysis_requested_at ASC'] [parameters: (1, 0, 100, 0)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions