Skip to content

Simple project using Python with Django framework to create a web app.

License

Notifications You must be signed in to change notification settings

AnshKoshti/django-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Simple App

A simple Django app for project demonstration purposes.

This is a simple web app for blog posting and testing of the Django framework feature, mainly this app contains a homepage as a landing page and post, new registration, and a login page for the user's login.

Build with.

  • Django Framework(non-rest)
  • Simple html/css.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Python3
  • Django Framework
  • Pillow

Installation

  1. Clone the repo
  • git clone https://gitlab.com/Ansh_Koshti/simple-django.git
  1. Install dependency
  • pip install -r requirements.txt

Usage

Here are some examples of how my app works.

  1. Go to the register user page and register yourself.
  • To register click on 🚀 and proceed.

image

  1. Now log in.
  • By clicking on the lock button.

image

  1. After login you will redirected to the post page from where a new option will be visible to the user like a new post button and logout.

image

  1. By clicking on the NEW button user will be able to create a new post and clicking on the hand will logout the user.

This is my college and personal project as well improvement and feedback will be appreciated.

Thank you.

About

Simple project using Python with Django framework to create a web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published