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

https://github.com/martincastroalvarez/django-cms

CMS with Django 3 Templates and Forms
https://github.com/martincastroalvarez/django-cms

bootstrap django python3

Last synced: 2 months ago
JSON representation

CMS with Django 3 Templates and Forms

Awesome Lists containing this project

README

          

# Málaga
You work for a restaurant chain, and your manager has asked you to create a small CMS for managing the information about their products.
![alt-img](./wallpaper.jpg)

## Requirements
- The project must be created using Django 2.X or Django 3.X
- Regarding the CRUD pages: You cannot use the default django admin for this, Ideally, the pages should be created using Django Templates (there is no need for frontend frameworks like ReactJS/VueJS + rest framework).
- Don’t focus too much on styling the pages. You can use third party CSS frameworks like Bootstrap if you want, but it’s not strictly required.
- You do not need to create a signup page, you can use createsuperuser.
- Using third party libraries is allowed.
- Using a starter project is allowed (e.g. cookiecutter)

## Documentation
- [Application Configuration](./app/README.md)
- [User Module](./user/README.md)
- [Nutrition Module](./nutrition/README.md)
- [Product Module](./product/README.md)
- [Deployment Guide](./USAGE.md)
- [Test Framework](./TEST.md)

## Screenshots

#### Home View
![alt-img](./screenshots/sample1.png)

#### Login View
![alt-img](./screenshots/sample2.png)

#### SignUp View
![alt-img](./screenshots/sample3.png)

#### Nutrients List View
![alt-img](./screenshots/sample4.png)
![alt-img](./screenshots/sample5.png)

#### Nutrient Details View
![alt-img](./screenshots/sample6.png)

#### Products List View
![alt-img](./screenshots/sample7.png)

#### Product Details View
![alt-img](./screenshots/sample8.png)
![alt-img](./screenshots/sample9.png)

#### Product Nutrients List View
![alt-img](./screenshots/sample10.png)

#### Product Nutrient Details View
![alt-img](./screenshots/sample11.png)

#### Logout View
![alt-img](./screenshots/sample12.png)