Commit Graph

18 Commits

Author SHA1 Message Date
Jelle van der Waa
2e5be1e78f Add debug_toolbar support
Add support to use the Django debug toolbar with an easy setting in
local_settings.py.

Closes: #174
2019-02-05 21:03:43 +01:00
Frank Vanderham
7bc2457012 Replace mentions python2 with python
In several places the README references python2, these have all been
replaced with python or python3, where applicable.
2019-01-21 21:19:58 +01:00
Jelle van der Waa
5faafe9b4e README: add missing . 2018-09-23 21:33:17 +02:00
Jelle van der Waa
bf57d40790 Update production notes
Add Arch Infrastructure Ansbile repo to the README
2018-09-23 21:32:52 +02:00
Jelle van der Waa
49a6277b84 README: Update django dependency in Arch
django is now called python2-django.
2018-09-23 21:29:44 +02:00
anthraxx
529b25207d readme: replace build status badge with new travis-ci.com
The old is obsolete and migrated to travis-ci.com
2018-07-31 01:14:11 +02:00
Jelle van der Waa
8406d41452 Add note about applying database updates 2018-06-08 20:57:40 +02:00
Frank Vanderham
f4a9f139bc Remove reference to syncisos from readme
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-05-11 21:28:36 +02:00
Jelle van der Waa
8468b67ba5 README: django 1.9 removed the syncdb command
Instead of syncdb, migrate should be used now.
2018-04-08 12:51:19 +02:00
jelle van der Waa
562a059a55 README: describe importing the package file listing (#25)
* 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-29 20:46:40 -04:00
Angel Velásquez
ec2fc380da Update README.md 2017-05-18 03:19:11 -04:00
Angel Velásquez
4d3a4e654e Update README.md 2017-05-18 03:16:47 -04:00
Jelle van der Waa
2585c80155 README: describe running unit tests / coverage 2017-05-13 01:44:09 +02:00
Jelle van der Waa
530c4ab4b5 Describe the setup steps for a debug SMTP server
An test setup SMTP server can be used to test actions which require a
mail to be sent, for example user creation.
2017-05-01 22:54:04 +02:00
Dan McGee
9faa6d580e Don't suggest FTP mirror for DB download
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-12-02 15:45:45 -06:00
Dan McGee
566088bb11 Fix fixture dependency problem in README data loading
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-12-02 15:41:08 -06:00
Dan McGee
5232b186dc Remove dependency on South
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01 18:26:05 -05:00
Dan McGee
ae61d98ed6 Move markdown formatted readme to README.md
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-25 21:54:15 -06:00