Code Monkey home page Code Monkey logo

scalereg's Introduction

1. INTRODUCTION

Scalereg is the registration system used by SCALE, the Southern
California Linux Expo. This registration software helped us run a
smooth show for over 1000 attendees during SCALE 6X and SCALE 7X. We
are releasing this code so other Open Source conferences can benefit
from it as well.

The SCALE Registration System (scalereg) is written in Python and uses
the Django framework.

You can find more about the projects mentioned above at their
respective websites:
Scalereg - https://github.com/socallinuxexpo/scalereg
SCALE - https://www.socallinuxexpo.org/
Django - https://www.djangoproject.com/

2. REQUIREMENTS

To run Scalereg, you need the following:

- Django 1.0 which in turn requires:
  - any Python version from 2.3 to 2.6, Python 2.5+ preferred. [1]
  - a database (SQLite, PostgreSQL, MySQL, Oracle, etc)

[1] Most testing has been with Python 2.5. Please report
    incompatibilities with python 2.3 or 2.4.

3. GETTING STARTED

After extracting the Scalereg tarball, from the top-level directory
of the Scalereg source (which contains this file), go to the scalereg/
directory that contains settings.py.

Now edit settings.py and make sure all the settings look correct. By
default, we use a SQLite database since it requires minimal setup.
Please generate a unique SECRET_KEY in settings.py; any valid python
string works. Also change the path in TEMPLATE_DIRS with the full path
to scalereg/scale_templates.  With the application configured, run the
following command to initial the database:

./manage.py syncdb

To load some sample data:

./manage.py loaddata fixtures/sample_data.xml

And to start the webserver:

./manage.py runserver 0.0.0.0:8080

Assuming all went smoothly, go to http://hostname:8080/admin to
configure the registration site, and http://hostname:8080/reg6
to try out the registration software.

If you want to integrate Scalereg with your web server software or
your database software, please see the Django website for more info on
"Deploying Django".

scalereg's People

Contributors

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