Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nitin-bommi/article-clone
- Owner: nitin-bommi
- License: mit
- Created: 2020-06-06T07:33:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T12:02:05.000Z (over 4 years ago)
- Last Synced: 2024-11-18T07:40:38.511Z (about 1 month ago)
- Language: Python
- Size: 2.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.