https://github.com/programmingmonth/socialmedia
This project is for Django and is a separate medium where you can post, comment, and still login and register.
https://github.com/programmingmonth/socialmedia
django python socialmedia
Last synced: about 1 year ago
JSON representation
This project is for Django and is a separate medium where you can post, comment, and still login and register.
- Host: GitHub
- URL: https://github.com/programmingmonth/socialmedia
- Owner: Programmingmonth
- License: gpl-3.0
- Created: 2024-06-02T07:37:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:30:29.000Z (over 1 year ago)
- Last Synced: 2025-02-06T02:44:09.382Z (over 1 year ago)
- Topics: django, python, socialmedia
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐼 Social media
This project is a social media and your public can still use it.
# 📦 How to installing for projects?
```
git clone https://github.com/Programmingmonth/Socialmedia.git
```
# 🎁 How to installing app on projects:
```
pip install virtualenv
```
```
virtualenv .venv
```
# 🪟 Open files Windows:
```
.venv\Scripts\activate
```
# 🐧 Installtion open files Linux:
```
pip install virtuelenv
```
```
source .venv/bin/activate
```