Skip to content

janmilosh/ad_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ad Tracker

An application for keeping track of newspaper advertisements.

To Install Locally

Clone ad_tracker and navigate to project root.

Create virtual environment and install requirements:

mkvirtualenv ad_tracker
pip install -r requirements.txt

Note: if an error is thrown when installing the requirements, export CFLAGS and try again:

export CFLAGS=-Qunused-arguments && export CPPFLAGS=-Qunused-arguments
pip install -r requirements.txt

Create database:

createdb ad_tracker

Sync database and Django models:

python manage.py syncdb

To run Locally (from within project root directory)

workon ad_tracker
python manage.py runserver

About

Django app for tracking newspaper ads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors