Coder Social home page Coder Social logo

Comments (8)

sakshee-19 avatar sakshee-19 commented on May 9, 2024 2

I would like to work on it.

from cosmos-search.

sakshee-19 avatar sakshee-19 commented on May 9, 2024 2

@AdiChat @Pl4gue There is no secret key in settings.py file. Now it has moved into the .env_example and it is mentioned that ARandomSecretKey. Now when I am trying to run manage.py runserver then it asked me that there is no secret key in settings.py . Please illustrate me how I should connect my .env_example file. I am attaching a screenshot of my problem.
screenshot from 2018-02-24 13-34-14

from cosmos-search.

AdiChat avatar AdiChat commented on May 9, 2024 1

Sure. Go for it 👍

from cosmos-search.

flxwu avatar flxwu commented on May 9, 2024 1

Assigned it to you @sakshee-19 👍

from cosmos-search.

sakshee-19 avatar sakshee-19 commented on May 9, 2024 1

@AdiChat Thanks, It is working using cp .env.example .env . We should include it in README.md.

from cosmos-search.

AdiChat avatar AdiChat commented on May 9, 2024

@sakshee-19 The problem is the environmental variables have not been set.

Did you try cp .env.example .env?
You may additionally, set the environmental files at .bashrc. Include the following lines at the end of the file:

export SECRET_KEY='ARandomSecretKey'
export DEBUG='False'
export ALLOWED_HOSTS='localhost'
export GITHUB_WEBHOOK_SECRET='b8049cbcf55b2ee998c9be302220064757421f85'

Then, type the command source ~/.bashrc to reload it.

The issue must be resolved at this point. Let us know if it worked. 👍

from cosmos-search.

sakshee-19 avatar sakshee-19 commented on May 9, 2024

@AdiChat I have implemented the algorithm for calculating the expression. But, where and how should we display the result? I mean our current searchResult.html is only for algorithms and its recommendation results.

from cosmos-search.

AdiChat avatar AdiChat commented on May 9, 2024

You may display the result of the calculation along with the expression above the results. 👍

from cosmos-search.

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.