KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Django-Blog
★ 16
Open GitHub ↗
django blog with CRUD operations
Download README (.md)
Explore Similar Repositories
houserentSysPublic
:
基于Java+Springboot+Vue的房屋租赁系统小程序 本系统前后端分离 本系统分为用户、房东、超级管理员三种角色 ### 1、用户: 登录、注册、房屋搜索、房屋收藏、看房预约、租房申请、租房记录、看房记录、收藏记录、我的消息、个人信息修改。 ### 2、房东: 登录、注册、数据展示、房源列表、在租列表、看房申请管理、租房申请管理、消息查看、个人信息修改。 ### 3、超级管理员: 包括房东所有功能、用户管理、图片管理。 ## 二、所用技术 后端技术栈: - Springboot - SpringMvc - mybatis - 前端技术栈: - Vue - elementui - vue-router - axios - 微信小程序
one-minute
:
Dicas rápidas sobre Python
DemoDotnet8BlazorQuickGrid
:
.NET 8 QuickGrid:Effortless Add, Update, Delete, Filter, Sort & Paginate – No More External Library 💻🚀
hamster
:
instantly launch JMeter test plans 🚀
swaplace-dapp
:
Swaplace is an, Open-source, Ownerless and Feeless Token Swap Protocol
// 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 ⭐⭐ <p align="center"> <img src="https://techstack-generator.vercel.app/django-icon.svg" alt="icon" width="100" height="100" /> </p> ✨A robust Django-based blog app for managing and publishing articles with ease. ### Overview The Django Blog App is a powerful and customizable solution for adding a blog functionality to your Django project. It simplifies the process of managing and publishing articles while providing flexibility for customization. ### Features - ***User-Friendly Admin Interface**: Easily manage your blog posts with the Django admin interface. - **Markdown Support**: Write your articles using Markdown for a clean and efficient writing experience. - **Tagging System**: Organize your articles by adding tags, making it easy for readers to find content. - **Responsive Design**: Ensure a seamless experience for your readers on various devices. - **User Comments**: Enable or disable comments on your articles to foster engagement. ## Getting Started Follow these steps to integrate the Django Blog App into your project: 1. Clone the repository: ```bash git clone https://github.com/AbdullahBakir97/Django-Blog-app.git ``` 2. Navigate to the project directory: ```bash cd Django-Blog-app ``` 3. Create a virtual environment and activate it: ```bash python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate` ``` 4. Install the required dependencies: ```bash pip install -r requirements.txt ``` 5. Apply database migrations: ```bash python manage.py migrate ``` 6. Create a superuser account: ```bash python manage.py createsuperuser ``` 7. Start the development server: ```bash python manage.py runserver ``` 8. Access the admin panel at http://localhost:8000/admin/ to start managing your blog. Create Your First Post: Use the admin interface to create your first blog post. Usage Create Posts: Use the Django admin interface to create and manage your blog posts. Customize Templates: Customize the blog templates to match your project's design. Extend Functionality: Extend the functionality by modifying the app or creating custom views. Contributing We welcome contributions to enhance the Django Blog App. Feel free to submit bug reports, feature requests, or pull requests. Before contributing, please review our contribution guidelines. License The Django Blog App is open-source and licensed under the MIT License. See the LICENSE file for details. Happy blogging with Django!!! 📝✨ #### Please ⭐ the repo to support our project