Skip to content

p-p-m/ffw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filters for water (FFW)

Simple django web store

Installation

  1. Create ffw/settings/custom.py file (you can use ffw/settings/custom.py.example as template) and configure your custom database and other settings.

  2. Setup mysql database (if you don't have it):

     CREATE DATABASE ffw CHARACTER SET utf8 COLLATE utf8_general_ci;
     CREATE USER 'ffw_user'@'localhost' IDENTIFIED BY 'ffw_password';
     GRANT ALL ON ffw.* TO 'ffw_user'@'localhost';
    
  3. Sync and migrate base:

     make syncdb
    
  4. Run tests:

     make test
    
  5. Start site:

     make run
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published