summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2019-12-23README: add note about iPXE testingJelle van der Waa1-0/+5
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-11-04Add Github actions statusJelle van der Waa1-0/+1
2019-03-16Update to python's builtin virtualenvJelle van der Waa1-3/+2
Close: #188
2019-03-16Document updating the iPXE imagesJelle van der Waa1-0/+8
2019-02-21README: add optional dependency on rsyncJelle van der Waa1-0/+1
2019-02-05Add debug_toolbar supportJelle van der Waa1-0/+4
Add support to use the Django debug toolbar with an easy setting in local_settings.py. Closes: #174
2019-01-21Replace mentions python2 with pythonFrank Vanderham1-10/+10
In several places the README references python2, these have all been replaced with python or python3, where applicable.
2018-09-23README: add missing .Jelle van der Waa1-1/+1
2018-09-23Update production notesJelle van der Waa1-1/+1
Add Arch Infrastructure Ansbile repo to the README
2018-09-23README: Update django dependency in ArchJelle van der Waa1-1/+1
django is now called python2-django.
2018-07-31readme: replace build status badge with new travis-ci.comanthraxx1-1/+1
The old is obsolete and migrated to travis-ci.com
2018-06-08Add note about applying database updatesJelle van der Waa1-0/+7
2018-05-11Remove reference to syncisos from readmeFrank Vanderham1-1/+0
The readme instructs the user to run: ./manage.py syncisos But this custom function no longer exists and therefore generates an error. This commit removes the reference from the readme.
2018-04-08README: django 1.9 removed the syncdb commandJelle van der Waa1-8/+4
Instead of syncdb, migrate should be used now.
2017-05-29README: describe importing the package file listing (#25)jelle van der Waa1-2/+5
* README: describe importing the package file listing Describe how to import the package file listing for the listing in /packages/$repo/$arch/$pkgname/files and on /packages/$repo/$arch/$pkgname. * README: update examples to x86_64 i686 will be dropped in the near future.
2017-05-18Update README.mdAngel Velásquez1-0/+1
2017-05-18Update README.mdAngel Velásquez1-0/+2
2017-05-13README: describe running unit tests / coverageJelle van der Waa1-0/+14
2017-05-01Describe the setup steps for a debug SMTP serverJelle van der Waa1-0/+10
An test setup SMTP server can be used to test actions which require a mail to be sent, for example user creation.
2014-12-02Don't suggest FTP mirror for DB downloadDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-12-02Fix fixture dependency problem in README data loadingDan McGee1-10/+13
django.core.serializers.base.DeserializationError: Problem installing fixture '.../devel/fixtures/staff_groups.json': Group matching query does not exist. Alphabetical ordering bit us here. Stop cheating in the README and spell out the fixtures in an order that should work. Noticed-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01Remove dependency on SouthDan McGee1-1/+0
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-25Move markdown formatted readme to README.mdDan McGee1-0/+80
Signed-off-by: Dan McGee <dan@archlinux.org>