Source code of my personal website. link of my website http://hitchhicker.tech/
- python3
- django framework
- mysql database (Recommendation : xampp)
- Create new database in phpmyadmin.
- Open blog/settings.py
- Edit DATABASE details with your databse.
- Save file and close.
git clone https://github.com/hitchhicker007/hitchhickers-website.git
cd hitchhickers-website
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
To create new admin user open cmd in project dir.
python manage.py createsuperuser
Add /admin in url to go to Admin Panel