Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kreipikc/django-website-posts

My first Django project. A website on Django with the function of registering and authorizing users and the ability to create, edit and delete posts
https://github.com/kreipikc/django-website-posts

bootstrap django html-css python sqlite3

Last synced: 15 days ago
JSON representation

My first Django project. A website on Django with the function of registering and authorizing users and the ability to create, edit and delete posts

Awesome Lists containing this project

README

        

## What kind of project is this?
This is a site with simulated registration, authorization, and the ability to place an entry on the main page (the owner has the ability to edit or delete the entry).

## What technologies have I used?
- Python (Django)
- HTML & CSS
- sqlite3
- Bootstrap

## Why did I even start creating this project?
I started this project to study working with frameworks in the python programming language. The experience of working with it is much different from my previous experience of creating a website without frameworks in the golang language. It was also the first time I worked with **bootstrap** to quickly design styles on pages.