From 6b78680875d9e721d46e4f3d34047c6a3fbd2f33 Mon Sep 17 00:00:00 2001
From: DMRobertson
Date: Mon, 1 Nov 2021 11:36:20 +0000
Subject: deploy: ece84f2c450d986e54acc80971225fb02f4e1d05
---
develop/development/cas.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'develop/development/cas.html')
diff --git a/develop/development/cas.html b/develop/development/cas.html
index 77ab326199..1c3f429b80 100644
--- a/develop/development/cas.html
+++ b/develop/development/cas.html
@@ -190,17 +190,17 @@ easy to run CAS implementation built on top of Django.
Create a new virtualenv: python3 -m venv <your virtualenv>
Activate your virtualenv: source /path/to/your/virtualenv/bin/activate
Install Django and django-mama-cas:
-python -m pip install "django<3" "django-mama-cas==2.4.0"
+python -m pip install "django<3" "django-mama-cas==2.4.0"
Create a Django project in the current directory:
-django-admin startproject cas_test .
+django-admin startproject cas_test .
Follow the install directions for django-mama-cas
Setup the SQLite database: python manage.py migrate
Create a user:
-python manage.py createsuperuser
+python manage.py createsuperuser
- Use whatever you want as the username and password.
@@ -208,7 +208,7 @@ easy to run CAS implementation built on top of Django.
Use the built-in Django test server to serve the CAS endpoints on port 8000:
-python manage.py runserver
+python manage.py runserver
--
cgit 1.5.1