A simple Django app to conduct beauty blog.
Project description
Blog is a simple Django app to conduct web-based beauty blog.
Detailed documentation doesn’t exist.
Quick start
1. Add “blog” to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ … ‘blog’, ]
2. Include the blog URLconf in your project urls.py like this:: path(‘blog/’, include(‘blog.urls’)),
Run ‘python manage.py migrate’ to create the blog models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a post (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/blog/ to read your beauty blog.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MikhailP_django-blog-0.1.tar.gz
(11.5 kB
view hashes)
Built Distribution
Close
Hashes for MikhailP_django_blog-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86e7c754934e6f4e410c67653bc3ae1ab3e134e70a9eeb3769617aaa06de06e4 |
|
MD5 | 65f3138468bebb3550a8d9c47a732cf1 |
|
BLAKE2b-256 | 99b69c760203008212812472bc3f3f47ebd2344dbe1a4c3bd3851a3d9bbbb4ae |