Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
cb7deccc
Commit
cb7deccc
authored
Mar 30, 2016
by
Jonathan Wiltshire
Browse files
Update README.md now django-housekeeping is in Stretch
Closes: #817204 Thanks: Ben Finney
parent
1e17d9f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cb7deccc
...
...
@@ -3,10 +3,16 @@ Debian NM Front Desk web application
## Running this code on your own machine
### Dependencies
apt-get install python-django python-ldap python-psycopg2 python-xapian
\
python-debian python-django-south python-markdown
\
python-debiancontributors
apt-get install python-markdown python-ldap python-psycopg2 python-xapian \
python-django python-django-south python-django-housekeeping \
python-debian python-debiancontributors
#### django-housekeeping
The ‘python-django-housekeeping’ package is not available in Debian
earlier than Debian Stretch. If you are deploying to a machine running
Debian earlier than Stretch, use the following procedure:
# https://github.com/spanezz/django-housekeeping
git clone https://github.com/spanezz/django-housekeeping
...
...
@@ -19,6 +25,10 @@ Debian NM Front Desk web application
# install the package
dpkg -i ../python-django-housekeeping_0.1-1_all.deb
#### django-ratelimit
The ‘django-ratelimit’ library is not yet in Debian.
# https://github.com/jsocol/django-ratelimit
git clone https://github.com/jsocol/django-ratelimit.git
(you can either build the package from it or symlink the module directory
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment