Skip to content

gr1nch3/django_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat (Django)

A Django chat application (without Django_channels) forked from @gr1nch3's django_chat.

Current Django Version in use: 4.2 (LTS)

# System Requirements

  • Git
  • Python >= 3.8

# Installation

  1. Clone the repository
# [URL] https://github.com/christian80gabi/chat_django.git
-> git clone [URL] 
  1. create a virtual environnement inside the root directory
-> cd chat_django
-> python3 -m venv ./.venv
-> source .venv/bin/activate # macos/linux
  1. Install Django and Tailwind
-> pip install Django crispy-tailwind
  1. Install node modules
-> cd theme
-> npm install
  1. Run migrations
-> python manage.py makemigrations
-> python manage.py migrate
  1. Run/Debug
-> python manage.py runserver

Christian Gabi ( @christian80gabi )

About

A chat application with the django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published