Skip to content

acmbpdc/crack-the-code

 
 

Repository files navigation

Crack the code

This is a web server that can host quizzes.

Usage

Install dependencies

pip install -r requirements.txt

Fix Conf URL Path

In the virtual env: \venv\lib\site-packages\markdownx\urls.py

Replace:

from django.conf.urls import url

With:

from django.urls import re_path as url

Make migrations

python manage.py makemigrations

Perform migration

python manage.py migrate

Create a super user

python manage.py createsuperuser

Run server

python manage.py runserver 

About

ACM Django Server for crack the code competition

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.4%
  • HTML 42.3%
  • CSS 3.2%
  • Procfile 0.1%