Skip to content

iceburned/Cit-Cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cit-Cat - Forum project

SoftUni Django project defence.

This forum is for cat lovers and people with cat interests or problems. Here can to discuss for your favorite pet.

Site is capable of user registration, login, logout.
Group privileges for admins, moderators and regular users.
CRUD operations depending on the user privileges.
Implemented AWS SES service for mails.
Integrated Tests.
Retrieving url pics from API sites and change index page cat pics every time when reloaded.
Retrieving text from API site for joke and change every time when index page is reloaded.

Custom Error 404 and 500 pages for handle all error generally.

404

500

NB: Because site has too much css and js, if something not render correctly try with command:
python manage.py runserver --insecure
also...there is no database, you can use default (sqlite3), but uncomment it from settings and run: 'python manage.py makemigrations' and after that 'python manage.py migrate'.

About

Django project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published