https://github.com/sam4web/djangocrm
Simple crm application built using Django & TailwindCSS with basic CRUD functionality and authentication system
https://github.com/sam4web/djangocrm
crud-application css3 django html5 tailwindcss
Last synced: 9 months ago
JSON representation
Simple crm application built using Django & TailwindCSS with basic CRUD functionality and authentication system
- Host: GitHub
- URL: https://github.com/sam4web/djangocrm
- Owner: sam4web
- Created: 2023-09-30T14:59:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T12:33:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T14:48:27.385Z (11 months ago)
- Topics: crud-application, css3, django, html5, tailwindcss
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DjangoCRM
Simple customer relationship management application built using Django & TailwindCSS with basic CRUD functionality and authentication system
### Features
- CRUD Functionality
- Authentication
### Links
[Source code](https://github.com/sam4web/DjangoCRM) (Github)
### How to run it?
1. Clone this repo
```bash
git clone
```
2. Setup & activate python env
```bash
cd
python -m venv env
source env/Scripts/activate
```
3. Install required python modules
```bash
python -m pip install -r requirements.txt
```
4. Migrate django models
```bash
python manage.py makemigrations core
python manage.py migrate
```
5. Start django server
```bash
python manage.py runserver
```
Open http://127.0.0.1:8000/ to view it in your browser.
### Preview Images
