initial
This commit is contained in:
24
testproject/README.md
Normal file
24
testproject/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
Testing
|
||||
===========
|
||||
|
||||
This project can be run directly with the manage.py script, provided
|
||||
that you have checked out the root of the Git repository.
|
||||
|
||||
It comes with a prepopulated SQLite database.
|
||||
|
||||
Running
|
||||
-------
|
||||
|
||||
You should be able to immediately run it like this:
|
||||
|
||||
python manage.py runserver
|
||||
|
||||
The settings come in a package to administer several test scenarios. For simple purposes, simply edit `local.py`.
|
||||
|
||||
Login
|
||||
-----
|
||||
|
||||
Django admin:
|
||||
|
||||
Username: admin
|
||||
Password: admin
|
||||
Reference in New Issue
Block a user