This is a simple app to help people that need to post on social networks groups organize. The idea is to help people who need to do inbound marketing. It is also a django project I used to learn.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- I have tested this project on a Linux Antergos 64;
- Postgresql (Heroku)
- Python 3.6.2
- Django 1.11
Clone this repository, create a virtual envinroment and install the requirements.txt. Just follow the steps bellow:
$ mkdir socialposts
$ cd socialposts
$ python -m venv .
$ source ./bin/activate
$ git clone https://github.com/renanbs/social-posts.git src
$ cd src
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
- Download this file local.py and copy to sociaposts/settings directory.
- This file will not send emails, it will use the console to print what would be emailed to a new user.
- It is in DEBUG mode
- The database is sqlite
- SOCIAL-POSTS - LIVE
This project is licensed under the MIT License - see the LICENSE.md file for details
- Renan