Skip to content

A modern CTF platform with a clean yet expressive design. Built with Django.

Notifications You must be signed in to change notification settings

meokisama/DjangoCTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTFGames

A modern CTF platform with a clean yet expressive design.

Setup Environment

  1. Create a virtual environment :
# Let's install virtualenv first
pip install virtualenv

# Then we create our virtual environment
virtualenv env
  1. Activate the virtual environment :
env\Scripts\activate
  1. Install the requirements :
pip install -r requirements.txt

Running the App

To run the app, simply execute following command :

python manage.py runserver

Preview

About

A modern CTF platform with a clean yet expressive design. Built with Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •