-
Make sure that you system has python >= 3.9
-
Create the a veritual python enviroment $ python3 -m venv env
-
Activate the source Windows: $ env\Scripts\activate.bat Linux-based: $ source env/bin/activate
-
Install the following using pip $ pip install Django $ pip $ pip install asgiref $ pip install autopep8 $ pip install dj-database-url $ pip install gunicorn $ pip install pycodestyle $ pip install python-decouple $ pip install pytz $ pip install sqlparse $ pip install toml $ pip install Unipath $ pip install whitenoise $ pip install six $ pip install django-random-id-model $ pip install django-mathfilters
-
Make migrations: $ (env) python website/manage.py migrate
-
Run server: $ (env) python website/manage.py runserver
-
Open web-browser and goto 127.0.0.1:8080
-
Notifications
You must be signed in to change notification settings - Fork 0
Aomaf/CTF
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published