Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```