GithubHelp home page GithubHelp logo

Comments (2)

stlim0730 avatar stlim0730 commented on July 30, 2024

@sohyeonlee,

So, another fault of mine along with this #59 was not sharing workflow and dependency control with you at the beginning of the summer. What all of us should have done was, to be on the same page in terms of package dependency, more carefully managing requirements.txt. :( Sorry about that.

My settings.py has 'django_comments' rather than 'django.contrib.comments' in INSTALLED_APPS. Give it a try.

Put django-contrib-comments==1.7.1 in requirements.txt. And then,

$ pip install -r requirements.txt

will install all the packages you specified in the file, including comment module. @calo1, @sohyeonlee, @nutelIa, and @kbourque, this is how the team should manage the project's package dependency. Of course, requirements.txt should be commited and distributed in the remote repository.

This should work. Let me know if you have other questions!

from farmview.

sohyeonlee avatar sohyeonlee commented on July 30, 2024

Cool it runs now!

from farmview.

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.