danielMicallef / foodapp

Simple Django food signup/tracking application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foodapp

Getting Started

Foodapp is a django application that exists within the labsite ecosystem. To develop foodapp, you first need to setup labsite.

These instructions assume that labsite was cloned into your home directory. Clone foodapp into your home directory.

$ cd ~
$ git clone git@github.com:ITNG/foodapp.git

A soft link between labsite and foodapp needs to exist so that the local changes to foodapp are visible to labsite.

$ cd ~/labsite
$ ln -s ~/foodapp/foodapp

About

Simple Django food signup/tracking application


Languages

Language:Python 59.3%Language:HTML 40.7%