Skip to content
/ tracfm Public
forked from tracfm/tracfm

This is the public repository for the TracFM platform found at http://tracfm.org/

License

Notifications You must be signed in to change notification settings

rjprins/tracfm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRAC FM

This is the public source code for the TracFM site hosted at http://tracfm.org/

It is licensed under the Affero GPL. Public hosting of this code must be accompanied with the publishing of modified sources.

Getting Started

% virtualenv env
% source env/bin/activate
% pip install -r pip-freeze.txt
% cd tracfm
% python manage.py syncdb
% python manage.py migrate
% python manage.py runserver

About

This is the public repository for the TracFM platform found at http://tracfm.org/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.1%
  • JavaScript 15.6%
  • CSS 8.3%