Step 0 - TODO setupΒΆ

Follow the steps below in order to setup todo web application project correctly:

  1. git clone https://github.com/rcosnita/fantastico-todo.git fantastico-todo
  2. cd fantastico-todo
  3. virtualenv-3.2 –distribute pip-deps
  4. . pip-deps/bin/activate
  5. pip install fantastico
  6. fantastico_setup_project.sh python3.2 todo * (this will take a couple of minutes because it installs all dependencies).

At this moment you have a Fantastico project created and a component module holder named todo initialized. For more information about advanced project setup you can always read Creating a new project.