.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 15 Jan 2011 00:41:50 +0530
changeset 403 61292fa7f61a
parent 399 e081065bc80c
child 552 4ad59c93c2bd
permissions -rw-r--r--
Remove uniqkey field from every model. This field is redundant data. Every Django database model has a built-in id which is unique for that database entity. So this field becomes redundant. In addition this field is not even a primary key. So I am not sure what it is trying to achieve. It is also agains the schema design principles. Normalization level 2 is lost by having redundant data. The way uniqkey is generated using random is also awkward.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings
.*.swp
*.egg
*.egg-link
*.svn*
*.wpr
.installed.cfg
src/*
parts
downloads
.xvpics*
.project
pytask/local.py
pytask/pytask.egg-info
pytask/static/media
apache/*
*.swp
*.bak
*.swo
*.db-journal
*.db
migrations