Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kreipikc/django-website-posts
- Owner: kreipikc
- Created: 2024-10-26T15:04:40.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-28T22:14:58.000Z (28 days ago)
- Last Synced: 2024-11-28T23:21:06.532Z (28 days ago)
- Topics: bootstrap, django, html-css, python, sqlite3
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.