a blog app with django
About |
Features |
Technologies |
Requirements |
Starting |
License |
Author
This is a test project to do some experiment and learn!!!
User management;\
Blog Post management;\
Contract;
The following tools were used in this project:
# Clone this project
$ git clone https://github.com/Druvo/xtra_blog
# Access
$ cd xtra_blog
# Install dependencies
$ pip install -r requirements.txt
# Run the project
$ python manage.py runserver
# The server will initialize in the <http://localhost:8000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with by Druvo