Giter Club home page Giter Club logo

cardinalwebdev's Introduction

Cardinal Web Dev

Auto-generated from Kevin Xu's Django Project Builder

Team

Getting Started

Dependencies

For best results, make sure you have at least:

  • Python 2.7.2
  • Django 1.4.1

Customizations

Installing the Application

# after initial git clone of existing repo
cd cardinalwebdev/
mkvirtualenv cardinalwebdev                                       # requires proper virtualenv setup
workon cardinalwebdev                                             # sets the virtual environment

pip install -r requirements.txt                                   # installs all python packages
python manage.py syncdb                                           # sets up django database
python manage.py migrate cardinalwebdev_app                       # migrates any south migrations

Troubleshooting

Workflow

In case something's not working after pulling, try one of these:

workon cardinalwebdev                                             # make sure you're in the right virtual environment
pip install -r requirements.txt                                   # make sure python packages are up to date
python manage.py migrate cardinalwebdev_app                       # make sure database schema is migrated

Missing Dependencies

If you are missing some dependencies like pip, django, virtualenv, orvirtualenvwrapper then try downloading and running this script or use this line of code:

curl -O https://raw.github.com/imkevinxu/django-projectbuilder/master/install_dependencies.sh && source install_dependencies.sh && rm -f install_dependencies.sh

Script has been tested with Mac OSX 10.7 (Lion) and 10.8 (Mountain Lion) so far.

cardinalwebdev's People

Contributors

charlierguo avatar imkevinxu avatar kingston avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.