Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit e65ebe8

Browse files
committed
changed ajax_views to ajax_cbv
1 parent 21ded4e commit e65ebe8

File tree

5 files changed

+12
-363
lines changed

5 files changed

+12
-363
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[run]
2-
source=ajax_views/
2+
source=ajax_cbv/
33
branch=True
44
omit=
55
*tests*

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include LICENSE
22
include README.md
3-
recursive-include ajax_views/static *
3+
recursive-include ajax_cbv/static *

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@ To install the app run :
1616

1717
.. code:: shell
1818
19-
pip install django-ajax-views
19+
pip install django-ajax-cbv
2020
2121
or add it to the list of requirements of your project.
2222

23-
Then add ‘ajax\_views’ to your INSTALLED\_APPS.
23+
Then add ‘ajax\_cbv’ to your INSTALLED\_APPS.
2424

2525
.. code:: python
2626
2727
INSTALLED_APPS = [
2828
...
29-
'ajax_views',
29+
'ajax_cbv',
3030
]
3131
3232
License
3333
-------
3434

35-
MIT license, see the LICENSE file. You can use obfuscator in open source
35+
MIT license, see the LICENSE file. You can use django-ajax-cbv in open source
3636
projects and commercial products.
3737

3838
.. _How to install: #how-to-install
3939
.. _License: #license
4040

41-
.. |Build Status| image:: https://travis-ci.org/dipcode-software/django-ajax-views.svg?branch=master
42-
:target: https://travis-ci.org/dipcode-software/django-ajax-views
41+
.. |Build Status| image:: https://travis-ci.org/dipcode-software/django-ajax-cbv.svg?branch=master
42+
:target: https://travis-ci.org/dipcode-software/django-ajax-cbv
4343
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/a64f03c2bd344561bc21e05c23aa04fb
44-
:target: https://www.codacy.com/app/srtabs/django-ajax-views?utm_source=github.com&utm_medium=referral&utm_content=dipcode-software/django-ajax-views&utm_campaign=Badge_Grade
45-
.. |Coverage Status| image:: https://coveralls.io/repos/github/dipcode-software/django-ajax-views/badge.svg?branch=master
46-
:target: https://coveralls.io/github/dipcode-software/django-ajax-views?branch=master
47-
.. |BCH compliance| image:: https://bettercodehub.com/edge/badge/dipcode-software/django-ajax-views?branch=master
44+
:target: https://www.codacy.com/app/srtabscbvgo-ajax-views?utm_source=github.com&utm_medium=referral&utm_content=dipcode-software/django-ajax-cbv&utm_campaign=Badge_Grade
45+
.. |Coverage Status| image:: https://coveralls.io/repos/github/dipcode-software/django-ajax-cbv/badge.svg?branch=master
46+
:target: https://coveralls.io/github/dipcode-software/django-ajax-cbv?branch=master
47+
.. |BCH compliance| image:: https://bettercodehub.com/edge/badge/dipcode-software/django-ajax-cbv?branch=master
4848
:target: https://bettercodehub.com/

ajax_cbv/static/ajax_views/forms.jquery.js

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)