Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T12:20:37.000Z (5 months ago)
- Last Synced: 2024-06-13T14:57:14.087Z (5 months ago)
- Topics: django, python, socialmedia
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 0
- 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
```