Giter Site home page Giter Site logo

afritech-gazette's Introduction

AFRITECH GAZETTE


Decided to create my own blog page where I would be posting my articles since I thought of trying out technical writing

Overview:

Landing Page



HomeView Page



Features

Django Register/ Login/ Logout feature

-It uses the Django's built in registration feature. The Django registration feature is a set of tools that helps you manage user accounts on your website. It includes tools for creating and managing user accounts, password recovery, and more.

-One has to Register as a Lead or a member of the company in order to access the Login / Logout features.

Complete CRUD operations

CRUD is an acronym for "create, read, update, delete." These four basic functions are the core of many web applications. Uses sqlite as the database

Only the Lead signed in is able to update and delete a member

Required Modules

Pillow
$pip install Pillow
$pip install djangorestframework
$pip install django-ckeditor
$pip install django-crispy_forms

Cloning and Running this Project

1. Clone the repository

$git clone {url of repository}

2. Create a virtual environment

python -m virtualenv {name of virtualenv}

3. Install modules required

$cd Walobwa-s-blog
/Walobwa-s-blog$pip install -r requirements.txt

4. Runserver

/Walobwa-s-blog$cd Project
/Walobwa-s-blog/Project$python manage.py runserver

Creating a super user and using the admin page

1. Makemigrations First

//Walobwa-s-blog/Project$python manage.py makemigrations

2. Migrate

/Walobwa-s-blog/Project$python manage.py migrate

3. Createsuperuser

/Walobwa-s-blog/Project$python manage.py createsuperuser


Powered by:

bootstrap css3 django sass sqlite tailwind

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.