Coder Social home page Coder Social logo

sidmitra / django_nonrel_testapp Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 5.46 MB

No longer maintained - A test app to get you up and running with django-nonrel

Home Page: http://blog.sidmitra.com/getting-up-and-running-with-django-nonrel

License: BSD 3-Clause "New" or "Revised" License

JavaScript 2.32% Python 97.68%

django_nonrel_testapp's Introduction

The following are the steps I followed to make this repository.

You can do the same to get the latest versions of all dependencies.


    hg clone http://bitbucket.org/wkornewald/django-testapp/
    hg clone http://bitbucket.org/wkornewald/django-dbindexer/
    hg clone http://bitbucket.org/wkornewald/django-nonrel
    hg clone http://bitbucket.org/wkornewald/djangotoolbox/
    hg clone http://bitbucket.org/wkornewald/djangoappengine/

    cd django-testapp
    cp -R ../django-nonrel/django django
    cp -R ../djangoappengine djangoappengine
    cp -R ../djangotoolbox/djangotoolbox djangotoolbox
    cp -R ../django-dbindexer/dbindexer dbindexer
    python manage.py runserver


And that’s it. Essentially we’ve copied all the dependencies into the project folder. So your directory structure should look something like this.

    * django-testapp
         * django
         * djangotoolbox
         * djangoappengine
         * dbindexer 
         * ...



NOTE: This has known problems inside virtualenv. You might get the following.
    
    ImportError: Could not import settings 'settings' (Is it on sys.path?): No module named mimetypes

django_nonrel_testapp's People

Contributors

sidmitra avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.