Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nitin-bommi/article-clone

article website
https://github.com/nitin-bommi/article-clone

Last synced: 12 days ago
JSON representation

article website

Awesome Lists containing this project

README

        

# ArtiCults

### Running the website on your localhost

Clone the repository to your desktop or convinient location and open __Command prompt / Terminal__. Change your current working directory to `article_site` and then execute the following commands.

```shell
$ python manage.py flush
$ python manage.py migrate
$ python manage.py runserver
```

Now you can open your `localhost:8000`.