🌐 Remake of skwal.net with more modern technologies, goodbye PHP, hello Python and Django
Skwal.net is not only my personal website but also a vibrant platform for programming enthusiasts to showcase their projects and share their passions. It is also a place where I can share my knowledge and my projects with the world.
pip install -r requirements.txt
cp .env.sample .env
# and edit it if necessary
vim .env
python3 skwal_net/manage.py runserver