Giter VIP home page Giter VIP logo

blog-built-with-django's Introduction

Blog-Built-with-Django

This is part of the Zuri x I4G Training task

A Beginner Training For Complete Tech Novices Or Beginners

Am on the Back End Track specifically Python #Be-Python

import os
from decouple import config

from pathlib import Path

SECRET_KEY = config('SECRET_KEY')

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = config('DEBUG', default=True, cast=bool)

ALLOWED_HOSTS = []

# Application definition

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
]
       

Task

Create a Register Page (a new user can register, their details stored in a database file).

  • Login (checks in the file and logs them in if they are already registered)

  • Reset Password

  • Logout

  • A comment section, you must be logged in to comment

  • Host the project on Heroku

Connect with me on these platforms:

Twitter Link LinkedIn Link YouTube Link Medium Link Kaggle Link Zindi Link

  • ๐ŸŒฑ Iโ€™m always learning, I formed #DL3 (Dedicated Life Long Learner)

  • ๐Ÿ’ฌ Ask me about: Cloud Computing, Machine Learning and Data Science

blog-built-with-django's People

Contributors

kolaisaac avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.