Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    BlastOff 0.2 / 0.3 Alpha 2

    Download button

    No screenshots available
    Downloads: 433  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Chris Miles | More programs
    MIT/X Consortium Lic... / FREE
    September 30th, 2010, 03:32 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    BlastOff description

    A Pylons template providing a working site skeleton configured with SQLAlchemy, mako, repoze.who, SchemaBot, ToscaWidgets, TurboMail and WebFlash

    BlastOff is a Python module that offers template. Applications created from it will have no dependency on BlastOff after creation. The application will be a standard Pylons project with a number of pre-configured dependencies to help accelerate development of Pylons applications.

    Installation:

    Use pip:

     $ pip install BlastOff

    or use setuptools:

     $ easy_install BlastOff

    or old school, download the package from http://pypi.python.org/pypi/BlastOff, unpack it and run (as root if required):

     $ python setup.py install

    Usage:

    Create a new Pylons project from the BlastOff template with:

     $ paster create -t blastoff AppName

    You will be prompted for a few options.

     Enter sqlalchemy_url (The SQLAlchemy URL to the database to use) ['sqlite:///%(here)s/development.db']:

    Specify the database URL that will be used by SQLAlchemy. Defaults to an SQLite database. For PostgreSQL use something like: postgres://user:pass@hostname/dbname

     Enter email_confirmation (True/False: New users must click activation link from confirmation email) [True]:

    If True the application will be configured to send a confirmation email to the user upon registration. The email will contain a link for activating the account before it can be used. If False no activation confirmation will be configured so users will be able to login immediately after registering.

     Enter default_user (Default username to create, password will match username (leave blank for no default user)) ['']:

    To have a default user created when the database is set up enter the username here.

    After creation the Pylons app is ready to be used. Before starting the app the database needs to be set up (i.e. tables created). This is done by using the standard Pylons command:

     $ paster setup-app development.ini

    A BlastOff generated project uses SchemaBot to manage database schema changes. The initial tables will be created by SchemaBot, the default user inserted if that option was selected, and the database marked as schema version 1. See model/__init__.py within the application source for more information.

    To run the application use the standard Pylons command:

     $ paster serve --reload development.ini

    Point your browser at the URL http://127.0.0.1:5000/


    Product's homepage

    Requirements:

    · Python
    · Pylons
    · SQLAlchemy
    · SchemaBot
    · repoze.who
    · repoze.who.plugins.sa
    · repoze.who-friendlyform
    · ToscaWidgets
    · tw.forms
    · TurboMail
    · WebFlash

      


    TAGS:

    Pylons template | site skeleton | Pylons | template | skeleton

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM