https://github.com/baadjis/profilemanage
A simple login ,register and user profile edit system with django
https://github.com/baadjis/profilemanage
bootstrap django docker docker-compose dockerfile postgresql
Last synced: 3 months ago
JSON representation
A simple login ,register and user profile edit system with django
- Host: GitHub
- URL: https://github.com/baadjis/profilemanage
- Owner: baadjis
- Created: 2021-12-24T01:46:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T15:17:52.000Z (over 4 years ago)
- Last Synced: 2025-05-18T11:06:57.033Z (about 1 year ago)
- Topics: bootstrap, django, docker, docker-compose, dockerfile, postgresql
- Language: CSS
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Profilemanage
A simple login register system and profile editing app built with django and bootsrap
## Usage:
### install
clone the repository
build the image
The makefile file contains docker commands shortands
### to build the image
go to the root folder and run
`` make build ``
### To start the server
run:
`` make up ``
if you want docker to run on background
run:
`` make upd ``
### To stop the server
run:
`` make stop ``
### To restart
run:
`` make restart ``
### To create a superuser
run:
`` docker-compose run --rm web python manage.py createsuperuser``
### Login and registration
once the server is launched
connect to :
http://127.0.0.1:8000/
you will be on homepage
Then you can register or login if you
are already registered
### Profile edit
once successfuly loged, your profile page will appear
click on edit button to modify your
email and also your bio (make sure it take at least ten characters)