Simple Django website to encode your source code in Javascript/Python the least amount of characters as possible
Demo: https://bubiche.pythonanywhere.com/
-
Create a file named
.env
, an example can be found in.env.sample
, change DJANGO_SETTINGS_MODULE betweendev
andprod
depending on the environment -
If you are deploying this application, remember to add your domain name to
ALLOWED_HOSTS
inlangfuck/settings/prod.py
-
Run the following commands:
pip install -r requirements.txt
python manage.py migrate
python manage.py collectstatic
python manage.py runserver