https://github.com/ahlem-phantom/django-project-management
⚡Django Project Management Workshop that manages coaches students and projects.
https://github.com/ahlem-phantom/django-project-management
django-auth django-framework django-https django-models django-urls django-views pip python templates virtual-env
Last synced: about 1 month ago
JSON representation
⚡Django Project Management Workshop that manages coaches students and projects.
- Host: GitHub
- URL: https://github.com/ahlem-phantom/django-project-management
- Owner: ahlem-phantom
- Created: 2022-03-02T16:14:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T13:57:06.000Z (about 3 years ago)
- Last Synced: 2025-04-13T11:08:26.643Z (about 1 month ago)
- Topics: django-auth, django-framework, django-https, django-models, django-urls, django-views, pip, python, templates, virtual-env
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Management Workshop
## ✨ Setup
To get a local copy up and running follow these simple example steps.### 🚧 Prerequisites
You may find below the list of things you need to use this project :
- Install django for the first time if you don't have it
```sh
$ pip install django==3.2
```### 🛠 Installation
_In order to install the app you need to follow the instructions below :_
1. Clone the repo
```sh
git clone git clone https://github.com/ahlem-phantom/Django-Project-Management.git
```
2. Create a virtual environment and activate it
```sh
virtualenv env
.\scripts\activate
```
3. Run the server on
```sh
(env)$ python manage.py runserver
```
4. Open http://127.0.0.1:8080/login/ in the browser and that's it you can enjoy the project 🎉!