GithubHelp home page GithubHelp logo

pombredanne / django-magicthegathering Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jness/django-magicthegathering

0.0 1.0 0.0 60 KB

A Django app for keeping track of MTG cards

Home Page: http://mtg.flip-edesign.com

License: GNU General Public License v3.0

django-magicthegathering's Introduction

django-magicthegathering

AUTHOR:

Jeffrey Ness <[email protected]>

DESCRIPTION:

django-magicthegathering is a simple Django application
for keeping track of your MTG collection and sharing what 
you have with your friends.

LICENSE:

django-magicthegathering is Open Source and distributed 
under the GPLv3 License

Pre Install

First things first, you will need to have the latest version of Django insatlled (1.3):

https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs

The only other requirement for django-magicthegathering is MySQL-Python which is available from PyPi:

http://pypi.python.org/pypi/MySQL-python/1.2.3

Download Source

Get the latest django-magicthegathering from our version control:

$ git clone git://github.com/jness/django-magicthegathering.git

Configure Application

After you download the source you will need to configure the application using the settings.py:

$ cd django-magicthegathering
$ cp settings.py-example settings.py

Go ahead and edit settings.py with your MySQL Database credentials and save the file.

Sync the Databases

Using the Django manage.py script we can create and sync all needed application databases (including the Magic card info):

$ python manage.py syncdb

Test the Application

$ python manage.py runserver

django-magicthegathering's People

Watchers

 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.