GithubHelp home page GithubHelp logo

sergahell / django-srd20 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmoisset/django-srd20

0.0 1.0 0.0 7.18 MB

A browser for d20/SRD data

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

Python 92.16% CSS 0.15% HTML 7.24% JavaScript 0.45%

django-srd20's Introduction

This software is a browser for D20 system data.

This is capable of using Open Game Content licensed SRD data, and custom personal data.

Requirements

  • Python 2.6 or a higher version of Python 2.x
  • Django 1.2
  • Django South 0.7.x (tested with 0.7.3)
  • Some database engine supported by Django (SQLite3 used in the default config)

Quick start instructions

The following instructions are for installing and deploying locally. If you need to install this in a public server read the Django documentation about deploying Django sites.

Install the requirements, and virtualenv. virtualenv is not a requirement, but it is a good idea to have. Then run the following commands:

virtualenv --no-site-packages srd20
source srd20/bin/activate
cd srd20
easy_install django south
git clone https://github.com/machinalis/django-srd20.git django_srd20
cd django_srd20

At this point you can customize settings.py or add a local_settings.py; but the defaults should work.

The first time you should should setup the database in the following way:

./manage.py syncdb # This will ask for an admin password
./manage migrate

Doing this again later won't break anything, but is not required. You can also load some of the provided OGL licensed content into the database with the following command:

./manage.py loaddata srd20/fixtures/srd.json

To run a development server that you can access with a web browser:

./manage runserver

While the above is running (until interrupting with CTRL+C) you can point a browser to http://127.0.0.1:8000/ and use the application

django-srd20's People

Contributors

dmoisset avatar

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.