https://github.com/professor-2390/django-blog
A blog created in django
https://github.com/professor-2390/django-blog
blog bootstrap django javascript python
Last synced: about 1 year ago
JSON representation
A blog created in django
- Host: GitHub
- URL: https://github.com/professor-2390/django-blog
- Owner: professor-2390
- Created: 2021-04-17T09:19:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T22:58:18.000Z (about 5 years ago)
- Last Synced: 2025-02-17T22:54:47.007Z (over 1 year ago)
- Topics: blog, bootstrap, django, javascript, python
- Language: HTML
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-blog
It is a blog written in python using django it has many functionally
>
> - Home, About, Blog Home, Contact Page
> - Functional Contact Form
> - Functional Blog Home Page and Blog Post
> - Functional Contact From
> - Functional User Authintacation
> - Functional Comment Section
> - Rendering Html inse Blog Post
> - More Comming (This Project is Under Development)
>
Clone This Project (Make Sure You Have Git Installed)
```
https://github.com/Sadman-Sakib2234/django-blog.git
```
Install Dependencies
```
pip install -r requirements.txt
```
Set Database (Make Sure you are in directory same as manage.py)
```
python manage.py makemigrations
python manage.py migrate
```
Create SuperUser
```
python manage.py createsuperuser
```
After all these steps , you can start testing and developing this project.
Run
```
python manage.py runserver
```
then checkout http://127.0.0.1:8000/ the project will be running
you can use the shell script to start fast i dont recommend that
```
bash run.sh
```