https://github.com/arvind-4/sample-blog
A Simple blog app to demonstrate CRUD features!
https://github.com/arvind-4/sample-blog
django django-templates sqlite3
Last synced: 5 months ago
JSON representation
A Simple blog app to demonstrate CRUD features!
- Host: GitHub
- URL: https://github.com/arvind-4/sample-blog
- Owner: arvind-4
- License: mit
- Created: 2024-07-11T08:49:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T08:54:17.000Z (over 1 year ago)
- Last Synced: 2025-05-15T19:11:23.447Z (8 months ago)
- Topics: django, django-templates, sqlite3
- Language: Python
- Homepage: https://github.com/Arvind-4/sample-blog
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sample-blog
Install Requirements for the project
```bash
pip install -r requirements.txt
```
Run Migrations
```bash
python manage.py makemigrations
python manage.py migrate
```
Run Dev Server:
```bash
python manage.py runserver
```