Giter Site home page Giter Site logo

Comments (3)

FedericoCeratto avatar FedericoCeratto commented on May 31, 2024

Without more details on the error it is difficult to answer. Can you use the entire cork directory/module instead? Or perform an installation from pypy?

from bottle-cork.

oshihirii avatar oshihirii commented on May 31, 2024

Hello,

Thanks for your reply.

For reference I did this after ssh'ed in:

source ~/python/virtenv/bin/activate
pip install --log $OPENSHIFT_DATA_DIR/inst.log https://github.com/FedericoCeratto/bottle-cork/archive/master.zip

And now I do not get errors when using:

from cork import Cork
from cork.backends import MongoDBBackend

Q1 - I am wondering how I am going to modify the files however - can I just edit them on the server and the changes will be saved?

For example:

aaa = Cork(backend=mb, email_sender='[email protected]', smtp_url='smtp://smtp.magnet.ie')

from simple_webapp_using_mongodb.py - I am not actually using that file, I am just copying in sections from the file to my own app.

Q2 - And may I ask, what does aaa do?

Q2b - I see it references the function assigned to mb - does that mean the database is populated every time the program is run?

from bottle-cork.

FedericoCeratto avatar FedericoCeratto commented on May 31, 2024

"I am wondering how I am going to modify the files however - can I just edit them on the server and the changes will be saved?" -> This depends on your server environment, I'm not familiar with OpenShift.

"what does aaa do" -> The database is the source of user accounts information. It is queried when users log in and it receives updates when an admin user creates/deletes/updates users or roles.

from bottle-cork.

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.