Skip to content

TheAwiteb/django101Project

Repository files navigation


djangoSatr - img

django101Project


django101Project is a project for Django 101 course on satr.codes

RequirementsInstallationFeaturesUsageImagesLicense

Code style: black

Requirements

Installation

Use GitHub to install django101Project.

# clone project form github
git clone https://github.com/TheAwiteb/django101Project/

# cd to project folder
cd django101Project

# install required packages
pip3 install -r requirements.txt

Features

  • Sign in and out
  • List of courses
  • You need to login to add a course
  • User settings
  • change Password
  • Update profile information
  • Default avatar for each user by avatars.dicebear.com
  • The account can be deleted
  • Profile for each course
  • The name of the person who added the course
  • Pagination for the list of courses
  • Date of creation of the account in the profile

Usage

cd path/to/django101Project/

# Migrations
python3 manage.py migrate

# create superuser 
python3 manage.py createsuperuser

# Run the server
python3 manage.py runserver 

images

courses page

pagination

delete account

update profile

change password

user profile

License

GPL3

About

django101Project is a project for Django 101 course on satr.codes

Resources

License

Stars

Watchers

Forks