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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file MikhailP_django-blog-0.1.tar.gz.
File metadata
- Download URL: MikhailP_django-blog-0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03d3b528deb29d1a2d111f21add4489004b6892a8507804a459eb3a48bd1000a
|
|
| MD5 |
ce896918485cb008979d65a6d2fb247c
|
|
| BLAKE2b-256 |
2ca32273805864b194b7893ae63ab3b4ebb007030127450d0ded09a000e5ba1f
|
File details
Details for the file MikhailP_django_blog-0.1-py3-none-any.whl.
File metadata
- Download URL: MikhailP_django_blog-0.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e7c754934e6f4e410c67653bc3ae1ab3e134e70a9eeb3769617aaa06de06e4
|
|
| MD5 |
65f3138468bebb3550a8d9c47a732cf1
|
|
| BLAKE2b-256 |
99b69c760203008212812472bc3f3f47ebd2344dbe1a4c3bd3851a3d9bbbb4ae
|