Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
/ yoppi Public archive

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).

License

Notifications You must be signed in to change notification settings

remram44/yoppi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoppi

Yoppi is an automatic FTP indexer written in Python.

Build Status

Database migrations

We're now using south for the database migrations.

To convert an existing database, please run :

    python manage.py syncb
    python manage.py migrate --all 0001 --fake

The usual migration workflow is :

    python manage.py syncb
    python manage.py migrate

To create a new migration :

    python manage.py schemamigration --auto <app_name>

and don't forget to push the migration.

For more info, see the south doc

About

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published