项目作者: Druvo

项目描述 :
a blog app with django
高级语言: HTML
项目地址: git://github.com/Druvo/xtra_blog.git
创建时间: 2021-04-18T19:45:04Z
项目社区:https://github.com/Druvo/xtra_blog

开源协议:Apache License 2.0

下载



Xtra_blog




Xtra_blog


Github top language

Github language count

Repository size

License



Github stars


🚧 Xtra_blog 🚀 Under construction… 🚧



About |
Features |
Technologies |
Requirements |
Starting |
License |
Author


:dart: About

This is a test project to do some experiment and learn!!!

:sparkles: Features

:heavy_check_mark: User management;\
:heavy_check_mark: Blog Post management;\
:heavy_check_mark: Contract;

:white_check_mark: Requirements

The following tools were used in this project:

:checkered_flag: Starting

  1. # Clone this project
  2. $ git clone https://github.com/Druvo/xtra_blog
  3. # Access
  4. $ cd xtra_blog
  5. # Install dependencies
  6. $ pip install -r requirements.txt
  7. # Run the project
  8. $ python manage.py runserver
  9. # The server will initialize in the <http://localhost:8000>

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Druvo

Back to top