Skip to content
 
 

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

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages