From ac330e6ad8e7dd470a91e0eb50b5ca0598bee457 Mon Sep 17 00:00:00 2001 From: VenimK Date: Mon, 4 Nov 2024 08:39:03 +0100 Subject: [PATCH] Update setup.txt --- setup.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.txt b/setup.txt index a8f950d..7455d00 100644 --- a/setup.txt +++ b/setup.txt @@ -46,9 +46,9 @@ source rdgen/bin/activate pip install -r requirements.txt #setup the database -python manage.py manage.py migrate +python manage.py migrate #run the server, change 8000 with whatever you want python manage.py runserver 0.0.0.0:8000 -#open your web browser to yourdomain:8000 \ No newline at end of file +#open your web browser to yourdomain:8000