Skip to content

IERoboticsAILab/website_template

Repository files navigation

Personal Website

A personal website built with Django, featuring a blog, portfolio, and internationalization support.

🚀 Local Development Setup

Prerequisites

  • Python 3.8 or higher
  • pip (Python package manager)

Installation

  1. Clone the repository
git clone https://github.com/haxybaxy/website_template.git
cd website_template
  1. Create and activate a virtual environment
# Windows
python -m venv venv
.\venv\Scripts\activate

# macOS/Linux
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run database migrations
python manage.py migrate
  1. Create a superuser (admin) there is already an admin user with user: admin and password: 1234
python manage.py createsuperuser
  1. Run the development server
python manage.py runserver

The site should now be running at http://127.0.0.1:8000/ You should be able to access the admin portal to add items at http://127.0.0.1:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors