Code Monkey home page Code Monkey logo

collab's Issues

Python 2.6 test failures in Travis

When this commit was added to this PR, Travis started erroring while running tests on Python 2.6 for reasons that are unclear.

Observations:

  • Running the tests locally with the Three Puppeteers Vagrant setup does not produce any of these errors, nor does running the tests directly on our Intranet test server.
  • Travis is running Python 2.6.9; both the Three Puppeteers dev environment and the Intranet test server are running Python 2.6.6.
  • ImportError: cannot import name OrderedDict is reported eight times.
  • The final summary reports: 7119 tests, 0 failures, **6 errors** in 3.8s (emphasis added)
  • The commit in question doesn't appear to do anything that isn't supported in Python 2.6.

Requirement missing from requirements.txt

When you set up a virtualenv with requirements.txt (not requirements-test.txt), PIL/pillow is not installed. But collab/core/thumbs.py says "from PIL import Image". So when you do:

$ pip install -r requirements.txt
$ ./manage.py runserver 0.0.0.0:8000

runserver fails, complaining that it can't find PIP.

Add some example use cases

Just heard about this project โ€“ looks great! It was described to me as "a modular, open-source intranet site", and that concrete example was helpful for understanding how it could be use. Might be nice to add some example use cases (and, even better, example implementations) of Collab to the README. Thanks!

blank page after loggin in

I installed collab following instructions on readme page, and everything installed with no errors, but when I do "python ./manage.py runserver" and I login using "[email protected]" I get a blank page.

how do I create a content? I installed idea-box app thinking, I may need one django app to create a content with same results.

admin page looks fine, and no errors reports on terminal?

any idea what should I expect when running collab?

I tried both git clone and downloaded zip file, both same results? installed all needed requirements, tried with both mysql settings and sqlite3 settings.

Here's what the source code of front page after loggin in looks like

<html>

<head>
    <link rel="stylesheet" href="/static/base.css">

</head>

<body>

<div id="content">


<div class="row">


<div class="span_side right bookmarks">

</div>

<div class="span_main right">

  <div class="feed">

  </div><!-- /feed -->
</div><!-- /span8 -->
</div><!-- /row -->
</div>

    <script
        src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"
        ></script>

</body>

</html>

create_users.py assumes an OfficeLocation that doesn't exist

create_users.py says:
office_location = OfficeLocation.objects.get(pk='DC1700')
but no such office location is created by the core test fixtures, and create_users doesn't create it.

It works if you change DC1700 to DC123, and have loaded core test fixtures. Or, you could create it if it doesn't exist already.

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.