Giter VIP home page Giter VIP logo

Comments (6)

regit avatar regit commented on June 6, 2024

I don't have access to macos X and I don't plan to have but we will accept contribution that could allow to do it.

from scirius.

drew1kun avatar drew1kun commented on June 6, 2024

I've opened pull request...
Please link to a specific release, e.g. https://github.com/StamusNetworks/scirius/archive/scirius-1.0.tar.gz

from scirius.

drew1kun avatar drew1kun commented on June 6, 2024

Hi, I'm working on homebrew package... the problem:

Performing system checks...

System check identified some issues:

WARNINGS:
rules.Category.created_date: (fields.W161) Fixed default value provided.
    HINT: It seems you set a fixed date / time / datetime value as default for this field. This may not be what you want. If you want to have the current date as default, use `django.utils.timezone.now`
rules.SourceAtVersion.updated_date: (fields.W161) Fixed default value provided.
    HINT: It seems you set a fixed date / time / datetime value as default for this field. This may not be what you want. If you want to have the current date as default, use `django.utils.timezone.now`
rules.SourceUpdate.created_date: (fields.W161) Fixed default value provided.
    HINT: It seems you set a fixed date / time / datetime value as default for this field. This may not be what you want. If you want to have the current date as default, use `django.utils.timezone.now`

System check identified 3 issues (0 silenced).

You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.

July 17, 2015 - 23:53:26
Django version 1.8.3, using settings 'scirius.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

when doing python manage.py migrate getting:

Traceback (most recent call last):
  File "/usr/local/Cellar/scirius/1.0/libexec/manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management

Any ideas what can cause it?

from scirius.

regit avatar regit commented on June 6, 2024

It looks like a import issue in django. Something specific to your install. Check your PYTHONPATH variable.

from scirius.

regit avatar regit commented on June 6, 2024

Did you fix the issue?

from scirius.

drew1kun avatar drew1kun commented on June 6, 2024

No but I stuck with homebrew package and guys from Homebrew didn't help:
Homebrew/legacy-homebrew#41538 (comment)

from scirius.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.