Skip to content

shinjuno123/django-simple-bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“• Django Simple Bookmark

πŸ“• Technical Stack

  • HTML
  • Bootstrap5
  • Django

πŸ“• Overview

This service can add and delete and update web sites URLs.

πŸ“• Preview

1️⃣ Add bookmark

add bookmark

2️⃣ Update bookmark

update bookmark

3️⃣ Delete bookmark

delete bookmark

πŸ“• How to start

source venv/Scripts/activate
python manage.py makemigrations
python manage.py migrate
python manage.py runserver