App for apply SEO on your websites with Django.
Project description
django-seo-admin/README.rst
================
Django SEO Admin
================
Django SEO Admin is the app for apply SEO on your websites with Django.
Installing
----------
pip install django-seo-admin
Quick start
-----------
1. Include the app 'seo' to INSTALLED_APP in the settings.py
2. Apply migration with makemigrations and migrate for registry the model of django-seo-admin
3. In the template::
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% load tag_seo_admin %}
{% get_metadata %}
</head>
<body>
<h1>Django Seo Admin</h1>
<body>
</html>
4. Sign in to Admin of Django and load record to the model of django-seo-admin.
Fields are:
1) Type: Type tag for example: Meta and title.
2) Is_property: If tag contains property "property", else contains property "name"
3) Field: Value of property. For example, the property name contains value "keywords"
4) Content: Contains of property. For example, for keywords contains values "django, web, framework"
5. Run server
================
Django SEO Admin
================
Django SEO Admin is the app for apply SEO on your websites with Django.
Installing
----------
pip install django-seo-admin
Quick start
-----------
1. Include the app 'seo' to INSTALLED_APP in the settings.py
2. Apply migration with makemigrations and migrate for registry the model of django-seo-admin
3. In the template::
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% load tag_seo_admin %}
{% get_metadata %}
</head>
<body>
<h1>Django Seo Admin</h1>
<body>
</html>
4. Sign in to Admin of Django and load record to the model of django-seo-admin.
Fields are:
1) Type: Type tag for example: Meta and title.
2) Is_property: If tag contains property "property", else contains property "name"
3) Field: Value of property. For example, the property name contains value "keywords"
4) Content: Contains of property. For example, for keywords contains values "django, web, framework"
5. Run server
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
django-seo-admin-0.2.tar.gz
(2.8 kB
view details)
File details
Details for the file django-seo-admin-0.2.tar.gz
.
File metadata
- Download URL: django-seo-admin-0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f472bacc3db0259015c9d55cb99408bbfd8f62f89b34ccce350f002ef41390 |
|
MD5 | 12d8f2157c46165f8a9514eb3d2476ae |
|
BLAKE2b-256 | a33be9f96f4445fd9f02aef6277483c5c3ed5008bc9a9fb1660f7ec0f4cf5c1c |