https://github.com/wsvincent/django-blog-no-users
A simple blog app built with Django and Bootstrap4
https://github.com/wsvincent/django-blog-no-users
blog bootstrap4 django python tutorial
Last synced: 2 months ago
JSON representation
A simple blog app built with Django and Bootstrap4
- Host: GitHub
- URL: https://github.com/wsvincent/django-blog-no-users
- Owner: wsvincent
- Created: 2017-11-16T19:54:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T17:35:57.000Z (over 8 years ago)
- Last Synced: 2025-01-16T23:12:29.486Z (over 1 year ago)
- Topics: blog, bootstrap4, django, python, tutorial
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Django Blog App
A simple blog app built with Django and Bootstrap4. Supports basic CRUD operations.
## Run locally
```
$ git clone https://github.com/wsvincent/django-blog-no-users
$ cd django-blog-no-users
$ mkvirtualenv blog
(blog) $ pip install -r requirements.txt
(blog) $ ./manage.py migrate
(blog) $ ./manage.py runserver
```