KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Django-blog
★ 9
Open GitHub ↗
Blog application with Django
Download README (.md)
Explore Similar Repositories
transform-css-logic
:
一个 VScode 插件,可以将 css 属性转化为逻辑属性
dianthus
:
collaboration
flink-connector-nats
:
Flink DataStream connectors for NATS JetStream
onineShopping_web_page
:
No description available.
zabbixchatbot
:
Chat Bot que consulta a API do Zabbix e retorna os graficos dos itens
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Django-blog
?
Download (.md)
# Django-blog  This project was built with Django and was created as part of the 100DaysOfCode challenge. The goal was to write a simple blog with basic features using Django and complete it over time. I am proud to present the initial and experimental version of this blog ## Installation 1- first clone this repo: ``` git clone https://github.com/shahriaarrr/Django-blog ``` 2-install libs with `pipenv install` command 3- go to `config` folder and run this command in `pipenv shell`: ``` py manage.py runserver ``` 4- Open your web browser and navigate to http://localhost:8000 to view the project. ## Contributing If you would like to contribute to this project, please feel free to submit a pull request or submit issues. We welcome all contributions and appreciate your help in improving this project.